Html Css Color HEX #3772DD Royal Blue

📋 copy color: '#3772DD'

red 55 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #3772DD

Tints of Royal Blue #3772DD

RGB

 RED value IS 55 (21.88% from 255) = 14.1%

 GREEN value IS 114 (44.92% from 255) = 29.23%

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

R = 14.1%
G = 29.23%
B = 56.67%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3772DD (or 0x3772DD) is known color: Royal Blue. HEX triplet: 37, 72 and DD. RGB value is (55,114,221). Sum of RGB (Red+Green+Blue) = 55+114+221=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 114 (44.92% from 255 or 29.23% 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 #3772DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3772DD is #C88D22. Grayscale: #6C6C6C. Windows color (decimal): -13143331 or 14512695. OLE color: 14512695.

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

Color convert

RGB 55 114 221 -
CMYK 0.75 0.48 0 0.13
HSL 218.67º 0.71% 0.54% -
HSV(B) 218.67º 0.75% 0.87% -
XYZ 20.64 18.07 70.81 -
YUV 108.56 191.45 89.8 -
System Red Green Blue C M Y K H S L
Decimal 55 114 221 0.75 0.48 0 0.13 218.67 0.71 0.54
Hex 37 72 DD 4B 30 0 D DB 47 36
Octal 67 162 335 113 60 0 15 333 107 66
Binary 110111 1110010 11011101 1001011 110000 0 1101 11011011 1000111 110110

Color Harmonies of #3772DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3772DD

Black with #3772DD

Text Example


Text Example

White with #3772DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,114,221); }

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

background-color css

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

 a { background-color: rgb(55,114,221); }

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

border-color css

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

 span { border-color: rgb(55,114,221); }

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