Html Css Color HEX #386982 Astral

📋 copy color: '#386982'

red 56 ◦ green 105 ◦ blue 130

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

Shades of Astral #386982

Tints of Astral #386982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 19.24%
G = 36.08%
B = 44.67%

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

#386982 (or 0x386982) is known color: Astral. HEX triplet: 38, 69 and 82. RGB value is (56,105,130). Sum of RGB (Red+Green+Blue) = 56+105+130=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #386982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386982 is #C7967D. Grayscale: #5D5D5D. Windows color (decimal): -13080190 or 8546616. OLE color: 8546616.

HSL color Cylindrical-coordinate representation of color #386982: hue angle of 200.27º degrees, saturation: 0.4, 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 #386982 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 105 130 -
CMYK 0.57 0.19 0 0.49
HSL 200.27º 0.4% 0.36% -
HSV(B) 200.27º 0.57% 0.51% -
XYZ 10.71 12.56 22.98 -
YUV 93.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 56 105 130 0.57 0.19 0 0.49 200.27 0.4 0.36
Hex 38 69 82 39 13 0 31 C8 28 24
Octal 70 151 202 71 23 0 61 310 50 44
Binary 111000 1101001 10000010 111001 10011 0 110001 11001000 101000 100100

Color Harmonies of #386982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386982

Black with #386982

Text Example


Text Example

White with #386982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386982; }

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

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

background-color css

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

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

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

border-color css

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

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

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