Html Css Color HEX #3477DB Royal Blue

📋 copy color: '#3477DB'

red 52 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #3477DB

Tints of Royal Blue #3477DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.15%

R = 13.33%
G = 30.51%
B = 56.15%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3477DB (or 0x3477DB) is known color: Royal Blue. HEX triplet: 34, 77 and DB. RGB value is (52,119,219). Sum of RGB (Red+Green+Blue) = 52+119+219=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #3477DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3477DB is #CB8824. Grayscale: #6D6D6D. Windows color (decimal): -13338661 or 14382900. OLE color: 14382900.

HSL color Cylindrical-coordinate representation of color #3477DB: hue angle of 215.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3477DB is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 119 219 -
CMYK 0.76 0.46 0 0.14
HSL 215.93º 0.7% 0.53% -
HSV(B) 215.93º 0.76% 0.86% -
XYZ 20.8 19.04 69.6 -
YUV 110.37 189.3 86.37 -
System Red Green Blue C M Y K H S L
Decimal 52 119 219 0.76 0.46 0 0.14 215.93 0.7 0.53
Hex 34 77 DB 4C 2E 0 E D8 46 35
Octal 64 167 333 114 56 0 16 330 106 65
Binary 110100 1110111 11011011 1001100 101110 0 1110 11011000 1000110 110101

Color Harmonies of #3477DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3477DB

Black with #3477DB

Text Example


Text Example

White with #3477DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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