Html Css Color HEX #256089 Endeavour

📋 copy color: '#256089'

red 37 ◦ green 96 ◦ blue 137

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

Shades of Endeavour #256089

Tints of Endeavour #256089

RGB

 RED value IS 37 (14.84% from 255) = 13.7%

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 137 (53.91% from 255) = 50.74%

R = 13.7%
G = 35.56%
B = 50.74%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#256089 (or 0x256089) is known color: Endeavour. HEX triplet: 25, 60 and 89. RGB value is (37,96,137). Sum of RGB (Red+Green+Blue) = 37+96+137=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #256089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256089 is #DA9F76. Grayscale: #525252. Windows color (decimal): -14327671 or 9003045. OLE color: 9003045.

HSL color Cylindrical-coordinate representation of color #256089: hue angle of 204.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256089 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 96 137 -
CMYK 0.73 0.30 0 0.46
HSL 204.6º 0.57% 0.34% -
HSV(B) 204.6º 0.73% 0.54% -
XYZ 9.46 10.57 25.21 -
YUV 83.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 37 96 137 0.73 0.30 0 0.46 204.6 0.57 0.34
Hex 25 60 89 49 1E 0 2E CD 39 22
Octal 45 140 211 111 36 0 56 315 71 42
Binary 100101 1100000 10001001 1001001 11110 0 101110 11001101 111001 100010

Color Harmonies of #256089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256089

Black with #256089

Text Example


Text Example

White with #256089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256089; }

 p { color: rgb(37,96,137); }

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

background-color css

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

 a { background-color: rgb(37,96,137); }

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

border-color css

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

 span { border-color: rgb(37,96,137); }

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