Html Css Color HEX #255D90 Endeavour

📋 copy color: '#255D90'

red 37 ◦ green 93 ◦ blue 144

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

Shades of Endeavour #255D90

Tints of Endeavour #255D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.94%

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

R = 13.5%
G = 33.94%
B = 52.55%

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

#255D90 (or 0x255D90) is known color: Endeavour. HEX triplet: 25, 5D and 90. RGB value is (37,93,144). Sum of RGB (Red+Green+Blue) = 37+93+144=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #255D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D90 is #DAA26F. Grayscale: #515151. Windows color (decimal): -14328432 or 9461029. OLE color: 9461029.

HSL color Cylindrical-coordinate representation of color #255D90: hue angle of 208.6º 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 #255D90 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 93 144 -
CMYK 0.74 0.35 0 0.44
HSL 208.6º 0.59% 0.35% -
HSV(B) 208.6º 0.74% 0.56% -
XYZ 9.71 10.24 27.85 -
YUV 82.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 37 93 144 0.74 0.35 0 0.44 208.6 0.59 0.35
Hex 25 5D 90 4A 23 0 2C D1 3B 23
Octal 45 135 220 112 43 0 54 321 73 43
Binary 100101 1011101 10010000 1001010 100011 0 101100 11010001 111011 100011

Color Harmonies of #255D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D90

Black with #255D90

Text Example


Text Example

White with #255D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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