Html Css Color HEX #256495 Endeavour

📋 copy color: '#256495'

red 37 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #256495

Tints of Endeavour #256495

RGB

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

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

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

R = 12.94%
G = 34.97%
B = 52.1%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#256495 (or 0x256495) is known color: Endeavour. HEX triplet: 25, 64 and 95. RGB value is (37,100,149). Sum of RGB (Red+Green+Blue) = 37+100+149=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #256495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256495 is #DA9B6A. Grayscale: #565656. Windows color (decimal): -14326635 or 9790501. OLE color: 9790501.

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

Color convert

RGB 37 100 149 -
CMYK 0.75 0.33 0 0.42
HSL 206.25º 0.6% 0.36% -
HSV(B) 206.25º 0.75% 0.58% -
XYZ 10.74 11.68 30.12 -
YUV 86.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 37 100 149 0.75 0.33 0 0.42 206.25 0.6 0.36
Hex 25 64 95 4B 21 0 2A CE 3C 24
Octal 45 144 225 113 41 0 52 316 74 44
Binary 100101 1100100 10010101 1001011 100001 0 101010 11001110 111100 100100

Color Harmonies of #256495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256495

Black with #256495

Text Example


Text Example

White with #256495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256495; }

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

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

background-color css

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

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

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

border-color css

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

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

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