Html Css Color HEX #3473CB Royal Blue

📋 copy color: '#3473CB'

red 52 ◦ green 115 ◦ blue 203

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

Shades of Royal Blue #3473CB

Tints of Royal Blue #3473CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.08%

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

R = 14.05%
G = 31.08%
B = 54.86%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3473CB (or 0x3473CB) is known color: Royal Blue. HEX triplet: 34, 73 and CB. RGB value is (52,115,203). Sum of RGB (Red+Green+Blue) = 52+115+203=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #3473CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3473CB is #CB8C34. Grayscale: #696969. Windows color (decimal): -13339701 or 13333300. OLE color: 13333300.

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

Color convert

RGB 52 115 203 -
CMYK 0.74 0.43 0 0.20
HSL 214.97º 0.59% 0.5% -
HSV(B) 214.97º 0.74% 0.8% -
XYZ 18.33 17.3 58.87 -
YUV 106.2 182.63 89.34 -
System Red Green Blue C M Y K H S L
Decimal 52 115 203 0.74 0.43 0 0.20 214.97 0.59 0.5
Hex 34 73 CB 4A 2B 0 14 D7 3B 32
Octal 64 163 313 112 53 0 24 327 73 62
Binary 110100 1110011 11001011 1001010 101011 0 10100 11010111 111011 110010

Color Harmonies of #3473CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3473CB

Black with #3473CB

Text Example


Text Example

White with #3473CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3473CB; }

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

 H1.HeaderClassName
 {
   color: #3473CB;
 }
 .AnyTagClassName
 {
   color: #3473CB;
 }
</style>

background-color css

<style>
 a { background-color: #3473CB; }

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

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

border-color css

<style>
 span { border-color: #3473CB; }

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

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