Html Css Color HEX #346ECB Royal Blue

📋 copy color: '#346ECB'

red 52 ◦ green 110 ◦ blue 203

#346ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #346ECB

Tints of Royal Blue #346ECB

RGB

 RED value IS 52 (20.7% from 255) = 14.25%

 GREEN value IS 110 (43.36% from 255) = 30.14%

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 14.25%
G = 30.14%
B = 55.62%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#346ECB (or 0x346ECB) is known color: Royal Blue. HEX triplet: 34, 6E and CB. RGB value is (52,110,203). Sum of RGB (Red+Green+Blue) = 52+110+203=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #346ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ECB is #CB9134. Grayscale: #666666. Windows color (decimal): -13340981 or 13332020. OLE color: 13332020.

HSL color Cylindrical-coordinate representation of color #346ECB: hue angle of 216.95º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #346ECB is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 110 203 -
CMYK 0.74 0.46 0 0.20
HSL 216.95º 0.59% 0.5% -
HSV(B) 216.95º 0.74% 0.8% -
XYZ 17.77 16.19 58.69 -
YUV 103.26 184.28 91.44 -
System Red Green Blue C M Y K H S L
Decimal 52 110 203 0.74 0.46 0 0.20 216.95 0.59 0.5
Hex 34 6E CB 4A 2E 0 14 D9 3B 32
Octal 64 156 313 112 56 0 24 331 73 62
Binary 110100 1101110 11001011 1001010 101110 0 10100 11011001 111011 110010

Color Harmonies of #346ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346ECB

Black with #346ECB

Text Example


Text Example

White with #346ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346ECB; }

 p { color: rgb(52,110,203); }

 H1.HeaderClassName
 {
   color: #346ECB;
 }
 .AnyTagClassName
 {
   color: #346ECB;
 }
</style>

background-color css

<style>
 a { background-color: #346ECB; }

 a { background-color: rgb(52,110,203); }

 div.DivClassName
 {
   background-color: #346ECB;
 }
 .BgClassName
 {
   background-color: #346ECB;
 }
</style>

border-color css

<style>
 span { border-color: #346ECB; }

 span { border-color: rgb(52,110,203); }

 td.TdClassName
 {
   border-color: #346ECB;
 }
 .TagClassName
 {
   border-color: #346ECB;
 }
</style>