Html Css Color HEX #255089 Endeavour

📋 copy color: '#255089'

red 37 ◦ green 80 ◦ blue 137

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

Shades of Endeavour #255089

Tints of Endeavour #255089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.5%

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

R = 14.57%
G = 31.5%
B = 53.94%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#255089 (or 0x255089) is known color: Endeavour. HEX triplet: 25, 50 and 89. RGB value is (37,80,137). Sum of RGB (Red+Green+Blue) = 37+80+137=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #255089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255089 is #DAAF76. Grayscale: #494949. Windows color (decimal): -14331767 or 8998949. OLE color: 8998949.

HSL color Cylindrical-coordinate representation of color #255089: hue angle of 214.2º 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 #255089 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 80 137 -
CMYK 0.73 0.42 0 0.46
HSL 214.2º 0.57% 0.34% -
HSV(B) 214.2º 0.73% 0.54% -
XYZ 8.15 7.94 24.77 -
YUV 73.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 37 80 137 0.73 0.42 0 0.46 214.2 0.57 0.34
Hex 25 50 89 49 2A 0 2E D6 39 22
Octal 45 120 211 111 52 0 56 326 71 42
Binary 100101 1010000 10001001 1001001 101010 0 101110 11010110 111001 100010

Color Harmonies of #255089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255089

Black with #255089

Text Example


Text Example

White with #255089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255089; }

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

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

background-color css

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

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

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

border-color css

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

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

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