Html Css Color HEX #3371DD Royal Blue

📋 copy color: '#3371DD'

red 51 ◦ green 113 ◦ blue 221

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

Shades of Royal Blue #3371DD

Tints of Royal Blue #3371DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

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

R = 13.25%
G = 29.35%
B = 57.4%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3371DD (or 0x3371DD) is known color: Royal Blue. HEX triplet: 33, 71 and DD. RGB value is (51,113,221). Sum of RGB (Red+Green+Blue) = 51+113+221=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #3371DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3371DD is #CC8E22. Grayscale: #6A6A6A. Windows color (decimal): -13405731 or 14512435. OLE color: 14512435.

HSL color Cylindrical-coordinate representation of color #3371DD: hue angle of 218.12º 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 #3371DD is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 113 221 -
CMYK 0.77 0.49 0 0.13
HSL 218.12º 0.71% 0.53% -
HSV(B) 218.12º 0.77% 0.87% -
XYZ 20.32 17.73 70.76 -
YUV 106.77 192.46 88.22 -
System Red Green Blue C M Y K H S L
Decimal 51 113 221 0.77 0.49 0 0.13 218.12 0.71 0.53
Hex 33 71 DD 4D 31 0 D DA 47 35
Octal 63 161 335 115 61 0 15 332 107 65
Binary 110011 1110001 11011101 1001101 110001 0 1101 11011010 1000111 110101

Color Harmonies of #3371DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3371DD

Black with #3371DD

Text Example


Text Example

White with #3371DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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