Html Css Color HEX #3760DB Royal Blue

📋 copy color: '#3760DB'

red 55 ◦ green 96 ◦ blue 219

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

Shades of Royal Blue #3760DB

Tints of Royal Blue #3760DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 14.86%
G = 25.95%
B = 59.19%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3760DB (or 0x3760DB) is known color: Royal Blue. HEX triplet: 37, 60 and DB. RGB value is (55,96,219). Sum of RGB (Red+Green+Blue) = 55+96+219=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #3760DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3760DB is #C89F24. Grayscale: #616161. Windows color (decimal): -13147941 or 14377015. OLE color: 14377015.

HSL color Cylindrical-coordinate representation of color #3760DB: hue angle of 225º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3760DB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 96 219 -
CMYK 0.75 0.56 0 0.14
HSL 225º 0.69% 0.54% -
HSV(B) 225º 0.75% 0.86% -
XYZ 18.54 14.29 68.8 -
YUV 97.76 196.42 97.5 -
System Red Green Blue C M Y K H S L
Decimal 55 96 219 0.75 0.56 0 0.14 225 0.69 0.54
Hex 37 60 DB 4B 38 0 E E1 45 36
Octal 67 140 333 113 70 0 16 341 105 66
Binary 110111 1100000 11011011 1001011 111000 0 1110 11100001 1000101 110110

Color Harmonies of #3760DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3760DB

Black with #3760DB

Text Example


Text Example

White with #3760DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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