Html Css Color HEX #375C93 Endeavour

📋 copy color: '#375C93'

red 55 ◦ green 92 ◦ blue 147

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

Shades of Endeavour #375C93

Tints of Endeavour #375C93

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.29%

 BLUE value IS 147 (57.81% from 255) = 50%

R = 18.71%
G = 31.29%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375C93 (or 0x375C93) is known color: Endeavour. HEX triplet: 37, 5C and 93. RGB value is (55,92,147). Sum of RGB (Red+Green+Blue) = 55+92+147=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #375C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C93 is #C8A36C. Grayscale: #565656. Windows color (decimal): -13149037 or 9657399. OLE color: 9657399.

HSL color Cylindrical-coordinate representation of color #375C93: hue angle of 215.87º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #375C93 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 92 147 -
CMYK 0.63 0.37 0 0.42
HSL 215.87º 0.46% 0.4% -
HSV(B) 215.87º 0.63% 0.58% -
XYZ 10.67 10.57 29.08 -
YUV 87.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 55 92 147 0.63 0.37 0 0.42 215.87 0.46 0.4
Hex 37 5C 93 3F 25 0 2A D8 2E 28
Octal 67 134 223 77 45 0 52 330 56 50
Binary 110111 1011100 10010011 111111 100101 0 101010 11011000 101110 101000

Color Harmonies of #375C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C93

Black with #375C93

Text Example


Text Example

White with #375C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,92,147); }

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

background-color css

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

 a { background-color: rgb(55,92,147); }

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

border-color css

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

 span { border-color: rgb(55,92,147); }

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