Html Css Color HEX #375E8D Endeavour

📋 copy color: '#375E8D'

red 55 ◦ green 94 ◦ blue 141

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

Shades of Endeavour #375E8D

Tints of Endeavour #375E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.62%

R = 18.97%
G = 32.41%
B = 48.62%

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

#375E8D (or 0x375E8D) is known color: Endeavour. HEX triplet: 37, 5E and 8D. RGB value is (55,94,141). Sum of RGB (Red+Green+Blue) = 55+94+141=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #375E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E8D is #C8A172. Grayscale: #575757. Windows color (decimal): -13148531 or 9264695. OLE color: 9264695.

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

Color convert

RGB 55 94 141 -
CMYK 0.61 0.33 0 0.45
HSL 212.79º 0.44% 0.38% -
HSV(B) 212.79º 0.61% 0.55% -
XYZ 10.39 10.74 26.73 -
YUV 87.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 55 94 141 0.61 0.33 0 0.45 212.79 0.44 0.38
Hex 37 5E 8D 3D 21 0 2D D5 2C 26
Octal 67 136 215 75 41 0 55 325 54 46
Binary 110111 1011110 10001101 111101 100001 0 101101 11010101 101100 100110

Color Harmonies of #375E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E8D

Black with #375E8D

Text Example


Text Example

White with #375E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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