Html Css Color HEX #3377DB Royal Blue

📋 copy color: '#3377DB'

red 51 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #3377DB

Tints of Royal Blue #3377DB

RGB

 RED value IS 51 (20.31% from 255) = 13.11%

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

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

R = 13.11%
G = 30.59%
B = 56.3%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3377DB (or 0x3377DB) is known color: Royal Blue. HEX triplet: 33, 77 and DB. RGB value is (51,119,219). Sum of RGB (Red+Green+Blue) = 51+119+219=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #3377DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3377DB is #CC8824. Grayscale: #6D6D6D. Windows color (decimal): -13404197 or 14382899. OLE color: 14382899.

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

Color convert

RGB 51 119 219 -
CMYK 0.77 0.46 0 0.14
HSL 215.71º 0.7% 0.53% -
HSV(B) 215.71º 0.77% 0.86% -
XYZ 20.75 19.01 69.59 -
YUV 110.07 189.47 85.87 -
System Red Green Blue C M Y K H S L
Decimal 51 119 219 0.77 0.46 0 0.14 215.71 0.7 0.53
Hex 33 77 DB 4D 2E 0 E D8 46 35
Octal 63 167 333 115 56 0 16 330 106 65
Binary 110011 1110111 11011011 1001101 101110 0 1110 11011000 1000110 110101

Color Harmonies of #3377DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3377DB

Black with #3377DB

Text Example


Text Example

White with #3377DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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