Html Css Color HEX #375EDB Royal Blue

📋 copy color: '#375EDB'

red 55 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #375EDB

Tints of Royal Blue #375EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.54%

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

R = 14.95%
G = 25.54%
B = 59.51%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#375EDB (or 0x375EDB) is known color: Royal Blue. HEX triplet: 37, 5E and DB. RGB value is (55,94,219). Sum of RGB (Red+Green+Blue) = 55+94+219=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #375EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EDB is #C8A124. Grayscale: #606060. Windows color (decimal): -13148453 or 14376503. OLE color: 14376503.

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

Color convert

RGB 55 94 219 -
CMYK 0.75 0.57 0 0.14
HSL 225.73º 0.69% 0.54% -
HSV(B) 225.73º 0.75% 0.86% -
XYZ 18.36 13.93 68.74 -
YUV 96.59 197.08 98.34 -
System Red Green Blue C M Y K H S L
Decimal 55 94 219 0.75 0.57 0 0.14 225.73 0.69 0.54
Hex 37 5E DB 4B 39 0 E E2 45 36
Octal 67 136 333 113 71 0 16 342 105 66
Binary 110111 1011110 11011011 1001011 111001 0 1110 11100010 1000101 110110

Color Harmonies of #375EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EDB

Black with #375EDB

Text Example


Text Example

White with #375EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375EDB; }

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

 H1.HeaderClassName
 {
   color: #375EDB;
 }
 .AnyTagClassName
 {
   color: #375EDB;
 }
</style>

background-color css

<style>
 a { background-color: #375EDB; }

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

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

border-color css

<style>
 span { border-color: #375EDB; }

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

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