Html Css Color HEX #256292 Endeavour

📋 copy color: '#256292'

red 37 ◦ green 98 ◦ blue 146

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

Shades of Endeavour #256292

Tints of Endeavour #256292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

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

R = 13.17%
G = 34.88%
B = 51.96%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#256292 (or 0x256292) is known color: Endeavour. HEX triplet: 25, 62 and 92. RGB value is (37,98,146). Sum of RGB (Red+Green+Blue) = 37+98+146=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #256292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256292 is #DA9D6D. Grayscale: #545454. Windows color (decimal): -14327150 or 9593381. OLE color: 9593381.

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

Color convert

RGB 37 98 146 -
CMYK 0.75 0.33 0 0.43
HSL 206.42º 0.6% 0.36% -
HSV(B) 206.42º 0.75% 0.57% -
XYZ 10.32 11.2 28.81 -
YUV 85.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 37 98 146 0.75 0.33 0 0.43 206.42 0.6 0.36
Hex 25 62 92 4B 21 0 2B CE 3C 24
Octal 45 142 222 113 41 0 53 316 74 44
Binary 100101 1100010 10010010 1001011 100001 0 101011 11001110 111100 100100

Color Harmonies of #256292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256292

Black with #256292

Text Example


Text Example

White with #256292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256292; }

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

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

background-color css

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

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

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

border-color css

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

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

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