Html Css Color HEX #256D8D Astral

📋 copy color: '#256D8D'

red 37 ◦ green 109 ◦ blue 141

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

Shades of Astral #256D8D

Tints of Astral #256D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.98%

 BLUE value IS 141 (55.47% from 255) = 49.13%

R = 12.89%
G = 37.98%
B = 49.13%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#256D8D (or 0x256D8D) is known color: Astral. HEX triplet: 25, 6D and 8D. RGB value is (37,109,141). Sum of RGB (Red+Green+Blue) = 37+109+141=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #256D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D8D is #DA9272. Grayscale: #5A5A5A. Windows color (decimal): -14324339 or 9268517. OLE color: 9268517.

HSL color Cylindrical-coordinate representation of color #256D8D: hue angle of 198.46º 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 #256D8D is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 109 141 -
CMYK 0.74 0.23 0 0.45
HSL 198.46º 0.58% 0.35% -
HSV(B) 198.46º 0.74% 0.55% -
XYZ 11.04 13.25 27.18 -
YUV 91.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 37 109 141 0.74 0.23 0 0.45 198.46 0.58 0.35
Hex 25 6D 8D 4A 17 0 2D C6 3A 23
Octal 45 155 215 112 27 0 55 306 72 43
Binary 100101 1101101 10001101 1001010 10111 0 101101 11000110 111010 100011

Color Harmonies of #256D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256D8D

Black with #256D8D

Text Example


Text Example

White with #256D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256D8D; }

 p { color: rgb(37,109,141); }

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

background-color css

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

 a { background-color: rgb(37,109,141); }

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

border-color css

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

 span { border-color: rgb(37,109,141); }

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