Html Css Color HEX #256396 Endeavour

📋 copy color: '#256396'

red 37 ◦ green 99 ◦ blue 150

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

Shades of Endeavour #256396

Tints of Endeavour #256396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.62%

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

R = 12.94%
G = 34.62%
B = 52.45%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#256396 (or 0x256396) is known color: Endeavour. HEX triplet: 25, 63 and 96. RGB value is (37,99,150). Sum of RGB (Red+Green+Blue) = 37+99+150=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #256396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256396 is #DA9C69. Grayscale: #565656. Windows color (decimal): -14326890 or 9855781. OLE color: 9855781.

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

Color convert

RGB 37 99 150 -
CMYK 0.75 0.34 0 0.41
HSL 207.08º 0.6% 0.37% -
HSV(B) 207.08º 0.75% 0.59% -
XYZ 10.73 11.52 30.51 -
YUV 86.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 37 99 150 0.75 0.34 0 0.41 207.08 0.6 0.37
Hex 25 63 96 4B 22 0 29 CF 3C 25
Octal 45 143 226 113 42 0 51 317 74 45
Binary 100101 1100011 10010110 1001011 100010 0 101001 11001111 111100 100101

Color Harmonies of #256396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256396

Black with #256396

Text Example


Text Example

White with #256396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256396; }

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

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

background-color css

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

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

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

border-color css

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

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

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