Html Css Color HEX #257C90 Astral

📋 copy color: '#257C90'

red 37 ◦ green 124 ◦ blue 144

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

Shades of Astral #257C90

Tints of Astral #257C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.66%

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

R = 12.13%
G = 40.66%
B = 47.21%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#257C90 (or 0x257C90) is known color: Astral. HEX triplet: 25, 7C and 90. RGB value is (37,124,144). Sum of RGB (Red+Green+Blue) = 37+124+144=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #257C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C90 is #DA836F. Grayscale: #646464. Windows color (decimal): -14320496 or 9468965. OLE color: 9468965.

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

Color convert

RGB 37 124 144 -
CMYK 0.74 0.14 0 0.44
HSL 191.22º 0.59% 0.35% -
HSV(B) 191.22º 0.74% 0.56% -
XYZ 13 16.82 28.95 -
YUV 100.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 37 124 144 0.74 0.14 0 0.44 191.22 0.59 0.35
Hex 25 7C 90 4A E 0 2C BF 3B 23
Octal 45 174 220 112 16 0 54 277 73 43
Binary 100101 1111100 10010000 1001010 1110 0 101100 10111111 111011 100011

Color Harmonies of #257C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C90

Black with #257C90

Text Example


Text Example

White with #257C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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