Html Css Color HEX #3473CF Royal Blue

📋 copy color: '#3473CF'

red 52 ◦ green 115 ◦ blue 207

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

Shades of Royal Blue #3473CF

Tints of Royal Blue #3473CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.35%

R = 13.9%
G = 30.75%
B = 55.35%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3473CF (or 0x3473CF) is known color: Royal Blue. HEX triplet: 34, 73 and CF. RGB value is (52,115,207). Sum of RGB (Red+Green+Blue) = 52+115+207=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #3473CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3473CF is #CB8C30. Grayscale: #6A6A6A. Windows color (decimal): -13339697 or 13595444. OLE color: 13595444.

HSL color Cylindrical-coordinate representation of color #3473CF: hue angle of 215.61º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3473CF is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 115 207 -
CMYK 0.75 0.44 0 0.19
HSL 215.61º 0.62% 0.51% -
HSV(B) 215.61º 0.75% 0.81% -
XYZ 18.81 17.5 61.42 -
YUV 106.65 184.63 89.02 -
System Red Green Blue C M Y K H S L
Decimal 52 115 207 0.75 0.44 0 0.19 215.61 0.62 0.51
Hex 34 73 CF 4B 2C 0 13 D8 3E 33
Octal 64 163 317 113 54 0 23 330 76 63
Binary 110100 1110011 11001111 1001011 101100 0 10011 11011000 111110 110011

Color Harmonies of #3473CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3473CF

Black with #3473CF

Text Example


Text Example

White with #3473CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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