Html Css Color HEX #256490 Endeavour

📋 copy color: '#256490'

red 37 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #256490

Tints of Endeavour #256490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.25%

R = 13.17%
G = 35.59%
B = 51.25%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#256490 (or 0x256490) is known color: Endeavour. HEX triplet: 25, 64 and 90. RGB value is (37,100,144). Sum of RGB (Red+Green+Blue) = 37+100+144=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #256490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256490 is #DA9B6F. Grayscale: #555555. Windows color (decimal): -14326640 or 9462821. OLE color: 9462821.

HSL color Cylindrical-coordinate representation of color #256490: hue angle of 204.67º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256490 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 100 144 -
CMYK 0.74 0.31 0 0.44
HSL 204.67º 0.59% 0.35% -
HSV(B) 204.67º 0.74% 0.56% -
XYZ 10.35 11.52 28.06 -
YUV 86.18 160.63 92.92 -
System Red Green Blue C M Y K H S L
Decimal 37 100 144 0.74 0.31 0 0.44 204.67 0.59 0.35
Hex 25 64 90 4A 1F 0 2C CD 3B 23
Octal 45 144 220 112 37 0 54 315 73 43
Binary 100101 1100100 10010000 1001010 11111 0 101100 11001101 111011 100011

Color Harmonies of #256490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256490

Black with #256490

Text Example


Text Example

White with #256490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256490; }

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

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

background-color css

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

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

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

border-color css

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

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

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