Html Css Color HEX #256C8D Astral

📋 copy color: '#256C8D'

red 37 ◦ green 108 ◦ blue 141

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

Shades of Astral #256C8D

Tints of Astral #256C8D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.76%

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

R = 12.94%
G = 37.76%
B = 49.3%

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

#256C8D (or 0x256C8D) is known color: Astral. HEX triplet: 25, 6C and 8D. RGB value is (37,108,141). Sum of RGB (Red+Green+Blue) = 37+108+141=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #256C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C8D is #DA9372. Grayscale: #5A5A5A. Windows color (decimal): -14324595 or 9268261. OLE color: 9268261.

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

Color convert

RGB 37 108 141 -
CMYK 0.74 0.23 0 0.45
HSL 199.04º 0.58% 0.35% -
HSV(B) 199.04º 0.74% 0.55% -
XYZ 10.93 13.04 27.14 -
YUV 90.53 156.48 89.82 -
System Red Green Blue C M Y K H S L
Decimal 37 108 141 0.74 0.23 0 0.45 199.04 0.58 0.35
Hex 25 6C 8D 4A 17 0 2D C7 3A 23
Octal 45 154 215 112 27 0 55 307 72 43
Binary 100101 1101100 10001101 1001010 10111 0 101101 11000111 111010 100011

Color Harmonies of #256C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C8D

Black with #256C8D

Text Example


Text Example

White with #256C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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