Html Css Color HEX #375E8C Endeavour

📋 copy color: '#375E8C'

red 55 ◦ green 94 ◦ blue 140

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

Shades of Endeavour #375E8C

Tints of Endeavour #375E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 19.03%
G = 32.53%
B = 48.44%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#375E8C (or 0x375E8C) is known color: Endeavour. HEX triplet: 37, 5E and 8C. RGB value is (55,94,140). Sum of RGB (Red+Green+Blue) = 55+94+140=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #375E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E8C is #C8A173. Grayscale: #575757. Windows color (decimal): -13148532 or 9199159. OLE color: 9199159.

HSL color Cylindrical-coordinate representation of color #375E8C: hue angle of 212.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #375E8C is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 94 140 -
CMYK 0.61 0.33 0 0.45
HSL 212.47º 0.44% 0.38% -
HSV(B) 212.47º 0.61% 0.55% -
XYZ 10.31 10.71 26.33 -
YUV 87.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 55 94 140 0.61 0.33 0 0.45 212.47 0.44 0.38
Hex 37 5E 8C 3D 21 0 2D D4 2C 26
Octal 67 136 214 75 41 0 55 324 54 46
Binary 110111 1011110 10001100 111101 100001 0 101101 11010100 101100 100110

Color Harmonies of #375E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E8C

Black with #375E8C

Text Example


Text Example

White with #375E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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