Html Css Color HEX #256591 Endeavour

📋 copy color: '#256591'

red 37 ◦ green 101 ◦ blue 145

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

Shades of Endeavour #256591

Tints of Endeavour #256591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.24%

R = 13.07%
G = 35.69%
B = 51.24%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#256591 (or 0x256591) is known color: Endeavour. HEX triplet: 25, 65 and 91. RGB value is (37,101,145). Sum of RGB (Red+Green+Blue) = 37+101+145=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #256591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256591 is #DA9A6E. Grayscale: #565656. Windows color (decimal): -14326383 or 9528613. OLE color: 9528613.

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

Color convert

RGB 37 101 145 -
CMYK 0.74 0.30 0 0.43
HSL 204.44º 0.59% 0.36% -
HSV(B) 204.44º 0.74% 0.57% -
XYZ 10.53 11.75 28.5 -
YUV 86.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 37 101 145 0.74 0.30 0 0.43 204.44 0.59 0.36
Hex 25 65 91 4A 1E 0 2B CC 3B 24
Octal 45 145 221 112 36 0 53 314 73 44
Binary 100101 1100101 10010001 1001010 11110 0 101011 11001100 111011 100100

Color Harmonies of #256591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256591

Black with #256591

Text Example


Text Example

White with #256591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256591; }

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

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

background-color css

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

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

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

border-color css

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

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

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