Html Css Color HEX #255C8E Endeavour

📋 copy color: '#255C8E'

red 37 ◦ green 92 ◦ blue 142

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

Shades of Endeavour #255C8E

Tints of Endeavour #255C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.4%

R = 13.65%
G = 33.95%
B = 52.4%

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

#255C8E (or 0x255C8E) is known color: Endeavour. HEX triplet: 25, 5C and 8E. RGB value is (37,92,142). Sum of RGB (Red+Green+Blue) = 37+92+142=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #255C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C8E is #DAA371. Grayscale: #515151. Windows color (decimal): -14328690 or 9329701. OLE color: 9329701.

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

Color convert

RGB 37 92 142 -
CMYK 0.74 0.35 0 0.44
HSL 208.57º 0.59% 0.35% -
HSV(B) 208.57º 0.74% 0.56% -
XYZ 9.47 10 27.02 -
YUV 81.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 37 92 142 0.74 0.35 0 0.44 208.57 0.59 0.35
Hex 25 5C 8E 4A 23 0 2C D1 3B 23
Octal 45 134 216 112 43 0 54 321 73 43
Binary 100101 1011100 10001110 1001010 100011 0 101100 11010001 111011 100011

Color Harmonies of #255C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C8E

Black with #255C8E

Text Example


Text Example

White with #255C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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