Html Css Color HEX #257A92 Astral

📋 copy color: '#257A92'

red 37 ◦ green 122 ◦ blue 146

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

Shades of Astral #257A92

Tints of Astral #257A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.87%

R = 12.13%
G = 40%
B = 47.87%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#257A92 (or 0x257A92) is known color: Astral. HEX triplet: 25, 7A and 92. RGB value is (37,122,146). Sum of RGB (Red+Green+Blue) = 37+122+146=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #257A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A92 is #DA856D. Grayscale: #636363. Windows color (decimal): -14321006 or 9599525. OLE color: 9599525.

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

Color convert

RGB 37 122 146 -
CMYK 0.75 0.16 0 0.43
HSL 193.21º 0.6% 0.36% -
HSV(B) 193.21º 0.75% 0.57% -
XYZ 12.91 16.39 29.68 -
YUV 99.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 37 122 146 0.75 0.16 0 0.43 193.21 0.6 0.36
Hex 25 7A 92 4B 10 0 2B C1 3C 24
Octal 45 172 222 113 20 0 53 301 74 44
Binary 100101 1111010 10010010 1001011 10000 0 101011 11000001 111100 100100

Color Harmonies of #257A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257A92

Black with #257A92

Text Example


Text Example

White with #257A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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