Html Css Color HEX #3764DD Royal Blue

📋 copy color: '#3764DD'

red 55 ◦ green 100 ◦ blue 221

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

Shades of Royal Blue #3764DD

Tints of Royal Blue #3764DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

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

R = 14.63%
G = 26.6%
B = 58.78%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3764DD (or 0x3764DD) is known color: Royal Blue. HEX triplet: 37, 64 and DD. RGB value is (55,100,221). Sum of RGB (Red+Green+Blue) = 55+100+221=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #3764DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3764DD is #C89B22. Grayscale: #636363. Windows color (decimal): -13146915 or 14509111. OLE color: 14509111.

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

Color convert

RGB 55 100 221 -
CMYK 0.75 0.55 0 0.13
HSL 223.73º 0.71% 0.54% -
HSV(B) 223.73º 0.75% 0.87% -
XYZ 19.18 15.15 70.32 -
YUV 100.34 196.09 95.66 -
System Red Green Blue C M Y K H S L
Decimal 55 100 221 0.75 0.55 0 0.13 223.73 0.71 0.54
Hex 37 64 DD 4B 37 0 D E0 47 36
Octal 67 144 335 113 67 0 15 340 107 66
Binary 110111 1100100 11011101 1001011 110111 0 1101 11100000 1000111 110110

Color Harmonies of #3764DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3764DD

Black with #3764DD

Text Example


Text Example

White with #3764DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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