Html Css Color HEX #257790 Astral

📋 copy color: '#257790'

red 37 ◦ green 119 ◦ blue 144

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

Shades of Astral #257790

Tints of Astral #257790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

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

R = 12.33%
G = 39.67%
B = 48%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#257790 (or 0x257790) is known color: Astral. HEX triplet: 25, 77 and 90. RGB value is (37,119,144). Sum of RGB (Red+Green+Blue) = 37+119+144=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #257790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257790 is #DA886F. Grayscale: #616161. Windows color (decimal): -14321776 or 9467685. OLE color: 9467685.

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

Color convert

RGB 37 119 144 -
CMYK 0.74 0.17 0 0.44
HSL 194.02º 0.59% 0.35% -
HSV(B) 194.02º 0.74% 0.56% -
XYZ 12.39 15.6 28.74 -
YUV 97.33 154.33 84.97 -
System Red Green Blue C M Y K H S L
Decimal 37 119 144 0.74 0.17 0 0.44 194.02 0.59 0.35
Hex 25 77 90 4A 11 0 2C C2 3B 23
Octal 45 167 220 112 21 0 54 302 73 43
Binary 100101 1110111 10010000 1001010 10001 0 101100 11000010 111011 100011

Color Harmonies of #257790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257790

Black with #257790

Text Example


Text Example

White with #257790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257790; }

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

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

background-color css

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

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

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

border-color css

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

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

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