Html Css Color HEX #25698C Astral

📋 copy color: '#25698C'

red 37 ◦ green 105 ◦ blue 140

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

Shades of Astral #25698C

Tints of Astral #25698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 13.12%
G = 37.23%
B = 49.65%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25698C (or 0x25698C) is known color: Astral. HEX triplet: 25, 69 and 8C. RGB value is (37,105,140). Sum of RGB (Red+Green+Blue) = 37+105+140=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #25698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25698C is #DA9673. Grayscale: #585858. Windows color (decimal): -14325364 or 9201957. OLE color: 9201957.

HSL color Cylindrical-coordinate representation of color #25698C: hue angle of 200.39º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25698C is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 105 140 -
CMYK 0.74 0.25 0 0.45
HSL 200.39º 0.58% 0.35% -
HSV(B) 200.39º 0.74% 0.55% -
XYZ 10.55 12.39 26.65 -
YUV 88.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 37 105 140 0.74 0.25 0 0.45 200.39 0.58 0.35
Hex 25 69 8C 4A 19 0 2D C8 3A 23
Octal 45 151 214 112 31 0 55 310 72 43
Binary 100101 1101001 10001100 1001010 11001 0 101101 11001000 111010 100011

Color Harmonies of #25698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25698C

Black with #25698C

Text Example


Text Example

White with #25698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25698C; }

 p { color: rgb(37,105,140); }

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

background-color css

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

 a { background-color: rgb(37,105,140); }

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

border-color css

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

 span { border-color: rgb(37,105,140); }

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