Html Css Color HEX #256494 Endeavour

📋 copy color: '#256494'

red 37 ◦ green 100 ◦ blue 148

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

Shades of Endeavour #256494

Tints of Endeavour #256494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 12.98%
G = 35.09%
B = 51.93%

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

#256494 (or 0x256494) is known color: Endeavour. HEX triplet: 25, 64 and 94. RGB value is (37,100,148). Sum of RGB (Red+Green+Blue) = 37+100+148=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #256494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256494 is #DA9B6B. Grayscale: #565656. Windows color (decimal): -14326636 or 9724965. OLE color: 9724965.

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

Color convert

RGB 37 100 148 -
CMYK 0.75 0.32 0 0.42
HSL 205.95º 0.6% 0.36% -
HSV(B) 205.95º 0.75% 0.58% -
XYZ 10.67 11.65 29.7 -
YUV 86.64 162.63 92.6 -
System Red Green Blue C M Y K H S L
Decimal 37 100 148 0.75 0.32 0 0.42 205.95 0.6 0.36
Hex 25 64 94 4B 20 0 2A CE 3C 24
Octal 45 144 224 113 40 0 52 316 74 44
Binary 100101 1100100 10010100 1001011 100000 0 101010 11001110 111100 100100

Color Harmonies of #256494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256494

Black with #256494

Text Example


Text Example

White with #256494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256494; }

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

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

background-color css

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

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

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

border-color css

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

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

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