Html Css Color HEX #256990 Astral

📋 copy color: '#256990'

red 37 ◦ green 105 ◦ blue 144

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

Shades of Astral #256990

Tints of Astral #256990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.71%

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

R = 12.94%
G = 36.71%
B = 50.35%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#256990 (or 0x256990) is known color: Astral. HEX triplet: 25, 69 and 90. RGB value is (37,105,144). Sum of RGB (Red+Green+Blue) = 37+105+144=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #256990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256990 is #DA966F. Grayscale: #585858. Windows color (decimal): -14325360 or 9464101. OLE color: 9464101.

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

Color convert

RGB 37 105 144 -
CMYK 0.74 0.27 0 0.44
HSL 201.87º 0.59% 0.35% -
HSV(B) 201.87º 0.74% 0.56% -
XYZ 10.85 12.51 28.23 -
YUV 89.11 158.97 90.83 -
System Red Green Blue C M Y K H S L
Decimal 37 105 144 0.74 0.27 0 0.44 201.87 0.59 0.35
Hex 25 69 90 4A 1B 0 2C CA 3B 23
Octal 45 151 220 112 33 0 54 312 73 43
Binary 100101 1101001 10010000 1001010 11011 0 101100 11001010 111011 100011

Color Harmonies of #256990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256990

Black with #256990

Text Example


Text Example

White with #256990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256990; }

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

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

background-color css

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

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

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

border-color css

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

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

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