Html Css Color HEX #3370DD Royal Blue

📋 copy color: '#3370DD'

red 51 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #3370DD

Tints of Royal Blue #3370DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 13.28%
G = 29.17%
B = 57.55%

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

#3370DD (or 0x3370DD) is known color: Royal Blue. HEX triplet: 33, 70 and DD. RGB value is (51,112,221). Sum of RGB (Red+Green+Blue) = 51+112+221=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #3370DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370DD is #CC8F22. Grayscale: #696969. Windows color (decimal): -13405987 or 14512179. OLE color: 14512179.

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

Color convert

RGB 51 112 221 -
CMYK 0.77 0.49 0 0.13
HSL 218.47º 0.71% 0.53% -
HSV(B) 218.47º 0.77% 0.87% -
XYZ 20.21 17.51 70.72 -
YUV 106.19 192.79 88.64 -
System Red Green Blue C M Y K H S L
Decimal 51 112 221 0.77 0.49 0 0.13 218.47 0.71 0.53
Hex 33 70 DD 4D 31 0 D DA 47 35
Octal 63 160 335 115 61 0 15 332 107 65
Binary 110011 1110000 11011101 1001101 110001 0 1101 11011010 1000111 110101

Color Harmonies of #3370DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3370DD

Black with #3370DD

Text Example


Text Example

White with #3370DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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