#375EDE

Color #375EDE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #375EDE

Tints of Royal Blue #375EDE

Color information

#375EDE (or 0x375EDE) is unknown color: approx Royal Blue. HEX triplet: 37, 5E and DE. RGB value is (55,94,222). Sum of RGB (Red+Green+Blue) = 55+94+222=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #375EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375EDE is #C8A121. Grayscale: #606060. Windows color (decimal): -13148450 or 14573111. OLE color: 14573111.

HSL color Cylindrical-coordinate representation of color #375EDE: hue angle of 225.99º degrees, saturation: 0.72, 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 #375EDE is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5594222-
CMYK0.750.5800.13
HSL225.99º71.67%54.31%-
HSV(B)225.99º75.23%87.06%-
XYZ18.7614.0970.84-
YUV96.93198.5898.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.82%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 222 (87.11% from 255) = 59.84%
R=14.82%
G=25.34%
B=59.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal55942220.750.5800.13225.9971.6754.31
Hex375EDE4B3A0De24836
Octal671363361137201534211066
Binary110111101111011011110100101111101001101111000101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #375EDE;
 }
 .AnyTagClassName
 {
   color: #375EDE;
 }
</style>
background-color css

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

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

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

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

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

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