Html Css Color HEX #3672DD Royal Blue

📋 copy color: '#3672DD'

red 54 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #3672DD

Tints of Royal Blue #3672DD

RGB

 RED value IS 54 (21.48% from 255) = 13.88%

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

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

R = 13.88%
G = 29.31%
B = 56.81%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3672DD (or 0x3672DD) is known color: Royal Blue. HEX triplet: 36, 72 and DD. RGB value is (54,114,221). Sum of RGB (Red+Green+Blue) = 54+114+221=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #3672DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3672DD is #C98D22. Grayscale: #6B6B6B. Windows color (decimal): -13208867 or 14512694. OLE color: 14512694.

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

Color convert

RGB 54 114 221 -
CMYK 0.76 0.48 0 0.13
HSL 218.44º 0.71% 0.54% -
HSV(B) 218.44º 0.76% 0.87% -
XYZ 20.59 18.04 70.8 -
YUV 108.26 191.62 89.3 -
System Red Green Blue C M Y K H S L
Decimal 54 114 221 0.76 0.48 0 0.13 218.44 0.71 0.54
Hex 36 72 DD 4C 30 0 D DA 47 36
Octal 66 162 335 114 60 0 15 332 107 66
Binary 110110 1110010 11011101 1001100 110000 0 1101 11011010 1000111 110110

Color Harmonies of #3672DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3672DD

Black with #3672DD

Text Example


Text Example

White with #3672DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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