Html Css Color HEX #25698F Astral

📋 copy color: '#25698F'

red 37 ◦ green 105 ◦ blue 143

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

Shades of Astral #25698F

Tints of Astral #25698F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50.18%

R = 12.98%
G = 36.84%
B = 50.18%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25698F (or 0x25698F) is known color: Astral. HEX triplet: 25, 69 and 8F. RGB value is (37,105,143). Sum of RGB (Red+Green+Blue) = 37+105+143=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #25698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25698F is #DA9670. Grayscale: #585858. Windows color (decimal): -14325361 or 9398565. OLE color: 9398565.

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

Color convert

RGB 37 105 143 -
CMYK 0.74 0.27 0 0.44
HSL 201.51º 0.59% 0.35% -
HSV(B) 201.51º 0.74% 0.56% -
XYZ 10.77 12.48 27.83 -
YUV 89 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 37 105 143 0.74 0.27 0 0.44 201.51 0.59 0.35
Hex 25 69 8F 4A 1B 0 2C CA 3B 23
Octal 45 151 217 112 33 0 54 312 73 43
Binary 100101 1101001 10001111 1001010 11011 0 101100 11001010 111011 100011

Color Harmonies of #25698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25698F

Black with #25698F

Text Example


Text Example

White with #25698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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