Html Css Color HEX #386984 Astral

📋 copy color: '#386984'

red 56 ◦ green 105 ◦ blue 132

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

Shades of Astral #386984

Tints of Astral #386984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.05%

R = 19.11%
G = 35.84%
B = 45.05%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#386984 (or 0x386984) is known color: Astral. HEX triplet: 38, 69 and 84. RGB value is (56,105,132). Sum of RGB (Red+Green+Blue) = 56+105+132=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #386984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386984 is #C7967B. Grayscale: #5D5D5D. Windows color (decimal): -13080188 or 8677688. OLE color: 8677688.

HSL color Cylindrical-coordinate representation of color #386984: hue angle of 201.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386984 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 105 132 -
CMYK 0.58 0.20 0 0.48
HSL 201.32º 0.4% 0.37% -
HSV(B) 201.32º 0.58% 0.52% -
XYZ 10.85 12.61 23.69 -
YUV 93.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 56 105 132 0.58 0.20 0 0.48 201.32 0.4 0.37
Hex 38 69 84 3A 14 0 30 C9 28 25
Octal 70 151 204 72 24 0 60 311 50 45
Binary 111000 1101001 10000100 111010 10100 0 110000 11001001 101000 100101

Color Harmonies of #386984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386984

Black with #386984

Text Example


Text Example

White with #386984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386984; }

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

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

background-color css

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

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

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

border-color css

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

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

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