Html Css Color HEX #375F8C Endeavour

📋 copy color: '#375F8C'

red 55 ◦ green 95 ◦ blue 140

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

Shades of Endeavour #375F8C

Tints of Endeavour #375F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.76%

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

R = 18.97%
G = 32.76%
B = 48.28%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#375F8C (or 0x375F8C) is known color: Endeavour. HEX triplet: 37, 5F and 8C. RGB value is (55,95,140). Sum of RGB (Red+Green+Blue) = 55+95+140=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #375F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F8C is #C8A073. Grayscale: #575757. Windows color (decimal): -13148276 or 9199415. OLE color: 9199415.

HSL color Cylindrical-coordinate representation of color #375F8C: hue angle of 211.76º 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 #375F8C is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 95 140 -
CMYK 0.61 0.32 0 0.45
HSL 211.76º 0.44% 0.38% -
HSV(B) 211.76º 0.61% 0.55% -
XYZ 10.4 10.89 26.36 -
YUV 88.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 55 95 140 0.61 0.32 0 0.45 211.76 0.44 0.38
Hex 37 5F 8C 3D 20 0 2D D4 2C 26
Octal 67 137 214 75 40 0 55 324 54 46
Binary 110111 1011111 10001100 111101 100000 0 101101 11010100 101100 100110

Color Harmonies of #375F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F8C

Black with #375F8C

Text Example


Text Example

White with #375F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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