Html Css Color HEX #3477CF Royal Blue

📋 copy color: '#3477CF'

red 52 ◦ green 119 ◦ blue 207

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

Shades of Royal Blue #3477CF

Tints of Royal Blue #3477CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.48%

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

R = 13.76%
G = 31.48%
B = 54.76%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3477CF (or 0x3477CF) is known color: Royal Blue. HEX triplet: 34, 77 and CF. RGB value is (52,119,207). Sum of RGB (Red+Green+Blue) = 52+119+207=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #3477CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3477CF is #CB8830. Grayscale: #6C6C6C. Windows color (decimal): -13338673 or 13596468. OLE color: 13596468.

HSL color Cylindrical-coordinate representation of color #3477CF: hue angle of 214.06º 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 #3477CF is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 119 207 -
CMYK 0.75 0.43 0 0.19
HSL 214.06º 0.62% 0.51% -
HSV(B) 214.06º 0.75% 0.81% -
XYZ 19.28 18.43 61.57 -
YUV 109 183.3 87.34 -
System Red Green Blue C M Y K H S L
Decimal 52 119 207 0.75 0.43 0 0.19 214.06 0.62 0.51
Hex 34 77 CF 4B 2B 0 13 D6 3E 33
Octal 64 167 317 113 53 0 23 326 76 63
Binary 110100 1110111 11001111 1001011 101011 0 10011 11010110 111110 110011

Color Harmonies of #3477CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3477CF

Black with #3477CF

Text Example


Text Example

White with #3477CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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