Html Css Color HEX #3377DC Royal Blue

📋 copy color: '#3377DC'

red 51 ◦ green 119 ◦ blue 220

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

Shades of Royal Blue #3377DC

Tints of Royal Blue #3377DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.41%

R = 13.08%
G = 30.51%
B = 56.41%

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

#3377DC (or 0x3377DC) is known color: Royal Blue. HEX triplet: 33, 77 and DC. RGB value is (51,119,220). Sum of RGB (Red+Green+Blue) = 51+119+220=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #3377DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3377DC is #CC8823. Grayscale: #6D6D6D. Windows color (decimal): -13404196 or 14448435. OLE color: 14448435.

HSL color Cylindrical-coordinate representation of color #3377DC: hue angle of 215.86º degrees, saturation: 0.71, 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 #3377DC is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 119 220 -
CMYK 0.77 0.46 0 0.14
HSL 215.86º 0.71% 0.53% -
HSV(B) 215.86º 0.77% 0.86% -
XYZ 20.88 19.06 70.29 -
YUV 110.18 189.97 85.79 -
System Red Green Blue C M Y K H S L
Decimal 51 119 220 0.77 0.46 0 0.14 215.86 0.71 0.53
Hex 33 77 DC 4D 2E 0 E D8 47 35
Octal 63 167 334 115 56 0 16 330 107 65
Binary 110011 1110111 11011100 1001101 101110 0 1110 11011000 1000111 110101

Color Harmonies of #3377DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3377DC

Black with #3377DC

Text Example


Text Example

White with #3377DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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