Html Css Color HEX #257B90 Astral

📋 copy color: '#257B90'

red 37 ◦ green 123 ◦ blue 144

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

Shades of Astral #257B90

Tints of Astral #257B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.46%

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

R = 12.17%
G = 40.46%
B = 47.37%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#257B90 (or 0x257B90) is known color: Astral. HEX triplet: 25, 7B and 90. RGB value is (37,123,144). Sum of RGB (Red+Green+Blue) = 37+123+144=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #257B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257B90 is #DA846F. Grayscale: #636363. Windows color (decimal): -14320752 or 9468709. OLE color: 9468709.

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

Color convert

RGB 37 123 144 -
CMYK 0.74 0.15 0 0.44
HSL 191.78º 0.59% 0.35% -
HSV(B) 191.78º 0.74% 0.56% -
XYZ 12.88 16.57 28.91 -
YUV 99.68 153.01 83.29 -
System Red Green Blue C M Y K H S L
Decimal 37 123 144 0.74 0.15 0 0.44 191.78 0.59 0.35
Hex 25 7B 90 4A F 0 2C C0 3B 23
Octal 45 173 220 112 17 0 54 300 73 43
Binary 100101 1111011 10010000 1001010 1111 0 101100 11000000 111011 100011

Color Harmonies of #257B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257B90

Black with #257B90

Text Example


Text Example

White with #257B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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