Html Css Color HEX #255E90 Endeavour

📋 copy color: '#255E90'

red 37 ◦ green 94 ◦ blue 144

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

Shades of Endeavour #255E90

Tints of Endeavour #255E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.36%

R = 13.45%
G = 34.18%
B = 52.36%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#255E90 (or 0x255E90) is known color: Endeavour. HEX triplet: 25, 5E and 90. RGB value is (37,94,144). Sum of RGB (Red+Green+Blue) = 37+94+144=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #255E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E90 is #DAA16F. Grayscale: #525252. Windows color (decimal): -14328176 or 9461285. OLE color: 9461285.

HSL color Cylindrical-coordinate representation of color #255E90: hue angle of 208.04º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #255E90 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 94 144 -
CMYK 0.74 0.35 0 0.44
HSL 208.04º 0.59% 0.35% -
HSV(B) 208.04º 0.74% 0.56% -
XYZ 9.8 10.41 27.88 -
YUV 82.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 37 94 144 0.74 0.35 0 0.44 208.04 0.59 0.35
Hex 25 5E 90 4A 23 0 2C D0 3B 23
Octal 45 136 220 112 43 0 54 320 73 43
Binary 100101 1011110 10010000 1001010 100011 0 101100 11010000 111011 100011

Color Harmonies of #255E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255E90

Black with #255E90

Text Example


Text Example

White with #255E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255E90; }

 p { color: rgb(37,94,144); }

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

background-color css

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

 a { background-color: rgb(37,94,144); }

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

border-color css

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

 span { border-color: rgb(37,94,144); }

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