Html Css Color HEX #255295 Endeavour

📋 copy color: '#255295'

red 37 ◦ green 82 ◦ blue 149

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

Shades of Endeavour #255295

Tints of Endeavour #255295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

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

R = 13.81%
G = 30.6%
B = 55.6%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#255295 (or 0x255295) is known color: Endeavour. HEX triplet: 25, 52 and 95. RGB value is (37,82,149). Sum of RGB (Red+Green+Blue) = 37+82+149=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #255295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255295 is #DAAD6A. Grayscale: #4B4B4B. Windows color (decimal): -14331243 or 9785893. OLE color: 9785893.

HSL color Cylindrical-coordinate representation of color #255295: hue angle of 215.89º 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 #255295 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 82 149 -
CMYK 0.75 0.45 0 0.42
HSL 215.89º 0.6% 0.36% -
HSV(B) 215.89º 0.75% 0.58% -
XYZ 9.21 8.6 29.61 -
YUV 76.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 37 82 149 0.75 0.45 0 0.42 215.89 0.6 0.36
Hex 25 52 95 4B 2D 0 2A D8 3C 24
Octal 45 122 225 113 55 0 52 330 74 44
Binary 100101 1010010 10010101 1001011 101101 0 101010 11011000 111100 100100

Color Harmonies of #255295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255295

Black with #255295

Text Example


Text Example

White with #255295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255295; }

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

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

background-color css

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

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

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

border-color css

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

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

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