Html Css Color HEX #256090 Endeavour

📋 copy color: '#256090'

red 37 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #256090

Tints of Endeavour #256090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

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

R = 13.36%
G = 34.66%
B = 51.99%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#256090 (or 0x256090) is known color: Endeavour. HEX triplet: 25, 60 and 90. RGB value is (37,96,144). Sum of RGB (Red+Green+Blue) = 37+96+144=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #256090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256090 is #DA9F6F. Grayscale: #535353. Windows color (decimal): -14327664 or 9461797. OLE color: 9461797.

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

Color convert

RGB 37 96 144 -
CMYK 0.74 0.33 0 0.44
HSL 206.92º 0.59% 0.35% -
HSV(B) 206.92º 0.74% 0.56% -
XYZ 9.98 10.77 27.94 -
YUV 83.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 37 96 144 0.74 0.33 0 0.44 206.92 0.59 0.35
Hex 25 60 90 4A 21 0 2C CF 3B 23
Octal 45 140 220 112 41 0 54 317 73 43
Binary 100101 1100000 10010000 1001010 100001 0 101100 11001111 111011 100011

Color Harmonies of #256090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256090

Black with #256090

Text Example


Text Example

White with #256090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256090; }

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

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

background-color css

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

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

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

border-color css

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

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

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