Html Css Color HEX #256496 Endeavour

📋 copy color: '#256496'

red 37 ◦ green 100 ◦ blue 150

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

Shades of Endeavour #256496

Tints of Endeavour #256496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 12.89%
G = 34.84%
B = 52.26%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#256496 (or 0x256496) is known color: Endeavour. HEX triplet: 25, 64 and 96. RGB value is (37,100,150). Sum of RGB (Red+Green+Blue) = 37+100+150=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #256496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256496 is #DA9B69. Grayscale: #565656. Windows color (decimal): -14326634 or 9856037. OLE color: 9856037.

HSL color Cylindrical-coordinate representation of color #256496: hue angle of 206.55º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256496 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 100 150 -
CMYK 0.75 0.33 0 0.41
HSL 206.55º 0.6% 0.37% -
HSV(B) 206.55º 0.75% 0.59% -
XYZ 10.83 11.71 30.54 -
YUV 86.86 163.63 92.43 -
System Red Green Blue C M Y K H S L
Decimal 37 100 150 0.75 0.33 0 0.41 206.55 0.6 0.37
Hex 25 64 96 4B 21 0 29 CF 3C 25
Octal 45 144 226 113 41 0 51 317 74 45
Binary 100101 1100100 10010110 1001011 100001 0 101001 11001111 111100 100101

Color Harmonies of #256496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256496

Black with #256496

Text Example


Text Example

White with #256496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256496; }

 p { color: rgb(37,100,150); }

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

background-color css

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

 a { background-color: rgb(37,100,150); }

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

border-color css

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

 span { border-color: rgb(37,100,150); }

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