Html Css Color HEX #386981 Astral

📋 copy color: '#386981'

red 56 ◦ green 105 ◦ blue 129

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

Shades of Astral #386981

Tints of Astral #386981

RGB

 RED value IS 56 (22.27% from 255) = 19.31%

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

 BLUE value IS 129 (50.78% from 255) = 44.48%

R = 19.31%
G = 36.21%
B = 44.48%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#386981 (or 0x386981) is known color: Astral. HEX triplet: 38, 69 and 81. RGB value is (56,105,129). Sum of RGB (Red+Green+Blue) = 56+105+129=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #386981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386981 is #C7967E. Grayscale: #5C5C5C. Windows color (decimal): -13080191 or 8481080. OLE color: 8481080.

HSL color Cylindrical-coordinate representation of color #386981: hue angle of 199.73º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386981 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 105 129 -
CMYK 0.57 0.19 0 0.49
HSL 199.73º 0.39% 0.36% -
HSV(B) 199.73º 0.57% 0.51% -
XYZ 10.64 12.53 22.63 -
YUV 93.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 56 105 129 0.57 0.19 0 0.49 199.73 0.39 0.36
Hex 38 69 81 39 13 0 31 C8 27 24
Octal 70 151 201 71 23 0 61 310 47 44
Binary 111000 1101001 10000001 111001 10011 0 110001 11001000 100111 100100

Color Harmonies of #386981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386981

Black with #386981

Text Example


Text Example

White with #386981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386981; }

 p { color: rgb(56,105,129); }

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

background-color css

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

 a { background-color: rgb(56,105,129); }

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

border-color css

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

 span { border-color: rgb(56,105,129); }

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