Html Css Color HEX #346FCB Royal Blue

📋 copy color: '#346FCB'

red 52 ◦ green 111 ◦ blue 203

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

Shades of Royal Blue #346FCB

Tints of Royal Blue #346FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

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

R = 14.21%
G = 30.33%
B = 55.46%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#346FCB (or 0x346FCB) is known color: Royal Blue. HEX triplet: 34, 6F and CB. RGB value is (52,111,203). Sum of RGB (Red+Green+Blue) = 52+111+203=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #346FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FCB is #CB9034. Grayscale: #676767. Windows color (decimal): -13340725 or 13332276. OLE color: 13332276.

HSL color Cylindrical-coordinate representation of color #346FCB: hue angle of 216.56º 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 #346FCB is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 111 203 -
CMYK 0.74 0.45 0 0.20
HSL 216.56º 0.59% 0.5% -
HSV(B) 216.56º 0.74% 0.8% -
XYZ 17.88 16.41 58.73 -
YUV 103.85 183.95 91.02 -
System Red Green Blue C M Y K H S L
Decimal 52 111 203 0.74 0.45 0 0.20 216.56 0.59 0.5
Hex 34 6F CB 4A 2D 0 14 D9 3B 32
Octal 64 157 313 112 55 0 24 331 73 62
Binary 110100 1101111 11001011 1001010 101101 0 10100 11011001 111011 110010

Color Harmonies of #346FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FCB

Black with #346FCB

Text Example


Text Example

White with #346FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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