Html Css Color HEX #346CC9 Royal Blue

📋 copy color: '#346CC9'

red 52 ◦ green 108 ◦ blue 201

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

Shades of Royal Blue #346CC9

Tints of Royal Blue #346CC9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

 BLUE value IS 201 (78.91% from 255) = 55.68%

R = 14.4%
G = 29.92%
B = 55.68%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#346CC9 (or 0x346CC9) is known color: Royal Blue. HEX triplet: 34, 6C and C9. RGB value is (52,108,201). Sum of RGB (Red+Green+Blue) = 52+108+201=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #346CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CC9 is #CB9336. Grayscale: #656565. Windows color (decimal): -13341495 or 13200436. OLE color: 13200436.

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

Color convert

RGB 52 108 201 -
CMYK 0.74 0.46 0 0.21
HSL 217.45º 0.59% 0.5% -
HSV(B) 217.45º 0.74% 0.79% -
XYZ 17.32 15.67 57.37 -
YUV 101.86 183.95 92.44 -
System Red Green Blue C M Y K H S L
Decimal 52 108 201 0.74 0.46 0 0.21 217.45 0.59 0.5
Hex 34 6C C9 4A 2E 0 15 D9 3B 32
Octal 64 154 311 112 56 0 25 331 73 62
Binary 110100 1101100 11001001 1001010 101110 0 10101 11011001 111011 110010

Color Harmonies of #346CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CC9

Black with #346CC9

Text Example


Text Example

White with #346CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,108,201); }

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

background-color css

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

 a { background-color: rgb(52,108,201); }

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

border-color css

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

 span { border-color: rgb(52,108,201); }

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