Html Css Color HEX #257A91 Astral

📋 copy color: '#257A91'

red 37 ◦ green 122 ◦ blue 145

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

Shades of Astral #257A91

Tints of Astral #257A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.13%

 BLUE value IS 145 (57.03% from 255) = 47.7%

R = 12.17%
G = 40.13%
B = 47.7%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#257A91 (or 0x257A91) is known color: Astral. HEX triplet: 25, 7A and 91. RGB value is (37,122,145). Sum of RGB (Red+Green+Blue) = 37+122+145=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #257A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A91 is #DA856E. Grayscale: #636363. Windows color (decimal): -14321007 or 9533989. OLE color: 9533989.

HSL color Cylindrical-coordinate representation of color #257A91: hue angle of 192.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257A91 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 122 145 -
CMYK 0.74 0.16 0 0.43
HSL 192.78º 0.59% 0.36% -
HSV(B) 192.78º 0.74% 0.57% -
XYZ 12.83 16.36 29.27 -
YUV 99.21 153.84 83.63 -
System Red Green Blue C M Y K H S L
Decimal 37 122 145 0.74 0.16 0 0.43 192.78 0.59 0.36
Hex 25 7A 91 4A 10 0 2B C1 3B 24
Octal 45 172 221 112 20 0 53 301 73 44
Binary 100101 1111010 10010001 1001010 10000 0 101011 11000001 111011 100100

Color Harmonies of #257A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257A91

Black with #257A91

Text Example


Text Example

White with #257A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257A91; }

 p { color: rgb(37,122,145); }

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

background-color css

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

 a { background-color: rgb(37,122,145); }

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

border-color css

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

 span { border-color: rgb(37,122,145); }

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