Html Css Color HEX #256595 Endeavour

📋 copy color: '#256595'

red 37 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #256595

Tints of Endeavour #256595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

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

R = 12.89%
G = 35.19%
B = 51.92%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#256595 (or 0x256595) is known color: Endeavour. HEX triplet: 25, 65 and 95. RGB value is (37,101,149). Sum of RGB (Red+Green+Blue) = 37+101+149=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #256595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256595 is #DA9A6A. Grayscale: #575757. Windows color (decimal): -14326379 or 9790757. OLE color: 9790757.

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

Color convert

RGB 37 101 149 -
CMYK 0.75 0.32 0 0.42
HSL 205.71º 0.6% 0.36% -
HSV(B) 205.71º 0.75% 0.58% -
XYZ 10.84 11.87 30.15 -
YUV 87.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 37 101 149 0.75 0.32 0 0.42 205.71 0.6 0.36
Hex 25 65 95 4B 20 0 2A CE 3C 24
Octal 45 145 225 113 40 0 52 316 74 44
Binary 100101 1100101 10010101 1001011 100000 0 101010 11001110 111100 100100

Color Harmonies of #256595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256595

Black with #256595

Text Example


Text Example

White with #256595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256595; }

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

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

background-color css

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

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

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

border-color css

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

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

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