Html Css Color HEX #255095 Endeavour

📋 copy color: '#255095'

red 37 ◦ green 80 ◦ blue 149

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

Shades of Endeavour #255095

Tints of Endeavour #255095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 13.91%
G = 30.08%
B = 56.02%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#255095 (or 0x255095) is known color: Endeavour. HEX triplet: 25, 50 and 95. RGB value is (37,80,149). Sum of RGB (Red+Green+Blue) = 37+80+149=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #255095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255095 is #DAAF6A. Grayscale: #4A4A4A. Windows color (decimal): -14331755 or 9785381. OLE color: 9785381.

HSL color Cylindrical-coordinate representation of color #255095: hue angle of 216.96º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255095 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 80 149 -
CMYK 0.75 0.46 0 0.42
HSL 216.96º 0.6% 0.36% -
HSV(B) 216.96º 0.75% 0.58% -
XYZ 9.06 8.3 29.56 -
YUV 75.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 37 80 149 0.75 0.46 0 0.42 216.96 0.6 0.36
Hex 25 50 95 4B 2E 0 2A D9 3C 24
Octal 45 120 225 113 56 0 52 331 74 44
Binary 100101 1010000 10010101 1001011 101110 0 101010 11011001 111100 100100

Color Harmonies of #255095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255095

Black with #255095

Text Example


Text Example

White with #255095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255095; }

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

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

background-color css

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

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

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

border-color css

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

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

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