Html Css Color HEX #255C90 Endeavour

📋 copy color: '#255C90'

red 37 ◦ green 92 ◦ blue 144

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

Shades of Endeavour #255C90

Tints of Endeavour #255C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.7%

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

R = 13.55%
G = 33.7%
B = 52.75%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#255C90 (or 0x255C90) is known color: Endeavour. HEX triplet: 25, 5C and 90. RGB value is (37,92,144). Sum of RGB (Red+Green+Blue) = 37+92+144=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #255C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C90 is #DAA36F. Grayscale: #515151. Windows color (decimal): -14328688 or 9460773. OLE color: 9460773.

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

Color convert

RGB 37 92 144 -
CMYK 0.74 0.36 0 0.44
HSL 209.16º 0.59% 0.35% -
HSV(B) 209.16º 0.74% 0.56% -
XYZ 9.62 10.06 27.82 -
YUV 81.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 37 92 144 0.74 0.36 0 0.44 209.16 0.59 0.35
Hex 25 5C 90 4A 24 0 2C D1 3B 23
Octal 45 134 220 112 44 0 54 321 73 43
Binary 100101 1011100 10010000 1001010 100100 0 101100 11010001 111011 100011

Color Harmonies of #255C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C90

Black with #255C90

Text Example


Text Example

White with #255C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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