Html Css Color HEX #255292 Endeavour

📋 copy color: '#255292'

red 37 ◦ green 82 ◦ blue 146

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

Shades of Endeavour #255292

Tints of Endeavour #255292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.09%

R = 13.96%
G = 30.94%
B = 55.09%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#255292 (or 0x255292) is known color: Endeavour. HEX triplet: 25, 52 and 92. RGB value is (37,82,146). Sum of RGB (Red+Green+Blue) = 37+82+146=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #255292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255292 is #DAAD6D. Grayscale: #4B4B4B. Windows color (decimal): -14331246 or 9589285. OLE color: 9589285.

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

Color convert

RGB 37 82 146 -
CMYK 0.75 0.44 0 0.43
HSL 215.23º 0.6% 0.36% -
HSV(B) 215.23º 0.75% 0.57% -
XYZ 8.97 8.5 28.36 -
YUV 75.84 167.59 100.3 -
System Red Green Blue C M Y K H S L
Decimal 37 82 146 0.75 0.44 0 0.43 215.23 0.6 0.36
Hex 25 52 92 4B 2C 0 2B D7 3C 24
Octal 45 122 222 113 54 0 53 327 74 44
Binary 100101 1010010 10010010 1001011 101100 0 101011 11010111 111100 100100

Color Harmonies of #255292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255292

Black with #255292

Text Example


Text Example

White with #255292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255292; }

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

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

background-color css

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

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

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

border-color css

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

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

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