Html Css Color HEX #3376DD Royal Blue

📋 copy color: '#3376DD'

red 51 ◦ green 118 ◦ blue 221

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

Shades of Royal Blue #3376DD

Tints of Royal Blue #3376DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.26%

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 13.08%
G = 30.26%
B = 56.67%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3376DD (or 0x3376DD) is known color: Royal Blue. HEX triplet: 33, 76 and DD. RGB value is (51,118,221). Sum of RGB (Red+Green+Blue) = 51+118+221=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #3376DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376DD is #CC8922. Grayscale: #6D6D6D. Windows color (decimal): -13404451 or 14513715. OLE color: 14513715.

HSL color Cylindrical-coordinate representation of color #3376DD: hue angle of 216.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3376DD is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 118 221 -
CMYK 0.77 0.47 0 0.13
HSL 216.35º 0.71% 0.53% -
HSV(B) 216.35º 0.77% 0.87% -
XYZ 20.89 18.88 70.95 -
YUV 109.71 190.8 86.12 -
System Red Green Blue C M Y K H S L
Decimal 51 118 221 0.77 0.47 0 0.13 216.35 0.71 0.53
Hex 33 76 DD 4D 2F 0 D D8 47 35
Octal 63 166 335 115 57 0 15 330 107 65
Binary 110011 1110110 11011101 1001101 101111 0 1101 11011000 1000111 110101

Color Harmonies of #3376DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3376DD

Black with #3376DD

Text Example


Text Example

White with #3376DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3376DD; }

 p { color: rgb(51,118,221); }

 H1.HeaderClassName
 {
   color: #3376DD;
 }
 .AnyTagClassName
 {
   color: #3376DD;
 }
</style>

background-color css

<style>
 a { background-color: #3376DD; }

 a { background-color: rgb(51,118,221); }

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

border-color css

<style>
 span { border-color: #3376DD; }

 span { border-color: rgb(51,118,221); }

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