Html Css Color HEX #256390 Endeavour

📋 copy color: '#256390'

red 37 ◦ green 99 ◦ blue 144

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

Shades of Endeavour #256390

Tints of Endeavour #256390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 13.21%
G = 35.36%
B = 51.43%

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

#256390 (or 0x256390) is known color: Endeavour. HEX triplet: 25, 63 and 90. RGB value is (37,99,144). Sum of RGB (Red+Green+Blue) = 37+99+144=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #256390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256390 is #DA9C6F. Grayscale: #555555. Windows color (decimal): -14326896 or 9462565. OLE color: 9462565.

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

Color convert

RGB 37 99 144 -
CMYK 0.74 0.31 0 0.44
HSL 205.23º 0.59% 0.35% -
HSV(B) 205.23º 0.74% 0.56% -
XYZ 10.26 11.33 28.03 -
YUV 85.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 37 99 144 0.74 0.31 0 0.44 205.23 0.59 0.35
Hex 25 63 90 4A 1F 0 2C CD 3B 23
Octal 45 143 220 112 37 0 54 315 73 43
Binary 100101 1100011 10010000 1001010 11111 0 101100 11001101 111011 100011

Color Harmonies of #256390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256390

Black with #256390

Text Example


Text Example

White with #256390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256390; }

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

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

background-color css

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

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

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

border-color css

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

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

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