Html Css Color HEX #3760DD Royal Blue

📋 copy color: '#3760DD'

red 55 ◦ green 96 ◦ blue 221

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

Shades of Royal Blue #3760DD

Tints of Royal Blue #3760DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.81%

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

R = 14.78%
G = 25.81%
B = 59.41%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3760DD (or 0x3760DD) is known color: Royal Blue. HEX triplet: 37, 60 and DD. RGB value is (55,96,221). Sum of RGB (Red+Green+Blue) = 55+96+221=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #3760DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3760DD is #C89F22. Grayscale: #616161. Windows color (decimal): -13147939 or 14508087. OLE color: 14508087.

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

Color convert

RGB 55 96 221 -
CMYK 0.75 0.57 0 0.13
HSL 225.18º 0.71% 0.54% -
HSV(B) 225.18º 0.75% 0.87% -
XYZ 18.81 14.4 70.19 -
YUV 97.99 197.42 97.34 -
System Red Green Blue C M Y K H S L
Decimal 55 96 221 0.75 0.57 0 0.13 225.18 0.71 0.54
Hex 37 60 DD 4B 39 0 D E1 47 36
Octal 67 140 335 113 71 0 15 341 107 66
Binary 110111 1100000 11011101 1001011 111001 0 1101 11100001 1000111 110110

Color Harmonies of #3760DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3760DD

Black with #3760DD

Text Example


Text Example

White with #3760DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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