Html Css Color HEX #257B94 Astral

📋 copy color: '#257B94'

red 37 ◦ green 123 ◦ blue 148

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

Shades of Astral #257B94

Tints of Astral #257B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.05%

R = 12.01%
G = 39.94%
B = 48.05%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#257B94 (or 0x257B94) is known color: Astral. HEX triplet: 25, 7B and 94. RGB value is (37,123,148). Sum of RGB (Red+Green+Blue) = 37+123+148=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #257B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257B94 is #DA846B. Grayscale: #636363. Windows color (decimal): -14320748 or 9730853. OLE color: 9730853.

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

Color convert

RGB 37 123 148 -
CMYK 0.75 0.17 0 0.42
HSL 193.51º 0.6% 0.36% -
HSV(B) 193.51º 0.75% 0.58% -
XYZ 13.19 16.7 30.54 -
YUV 100.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 37 123 148 0.75 0.17 0 0.42 193.51 0.6 0.36
Hex 25 7B 94 4B 11 0 2A C2 3C 24
Octal 45 173 224 113 21 0 52 302 74 44
Binary 100101 1111011 10010100 1001011 10001 0 101010 11000010 111100 100100

Color Harmonies of #257B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257B94

Black with #257B94

Text Example


Text Example

White with #257B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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