Html Css Color HEX #257691 Astral

📋 copy color: '#257691'

red 37 ◦ green 118 ◦ blue 145

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

Shades of Astral #257691

Tints of Astral #257691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.33%

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

R = 12.33%
G = 39.33%
B = 48.33%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#257691 (or 0x257691) is known color: Astral. HEX triplet: 25, 76 and 91. RGB value is (37,118,145). Sum of RGB (Red+Green+Blue) = 37+118+145=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #257691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257691 is #DA896E. Grayscale: #606060. Windows color (decimal): -14322031 or 9532965. OLE color: 9532965.

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

Color convert

RGB 37 118 145 -
CMYK 0.74 0.19 0 0.43
HSL 195º 0.59% 0.36% -
HSV(B) 195º 0.74% 0.57% -
XYZ 12.35 15.39 29.11 -
YUV 96.86 155.16 85.3 -
System Red Green Blue C M Y K H S L
Decimal 37 118 145 0.74 0.19 0 0.43 195 0.59 0.36
Hex 25 76 91 4A 13 0 2B C3 3B 24
Octal 45 166 221 112 23 0 53 303 73 44
Binary 100101 1110110 10010001 1001010 10011 0 101011 11000011 111011 100100

Color Harmonies of #257691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257691

Black with #257691

Text Example


Text Example

White with #257691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257691; }

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

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

background-color css

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

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

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

border-color css

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

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

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