Html Css Color HEX #386C81 Astral

📋 copy color: '#386C81'

red 56 ◦ green 108 ◦ blue 129

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

Shades of Astral #386C81

Tints of Astral #386C81

RGB

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

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

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

R = 19.11%
G = 36.86%
B = 44.03%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#386C81 (or 0x386C81) is known color: Astral. HEX triplet: 38, 6C and 81. RGB value is (56,108,129). Sum of RGB (Red+Green+Blue) = 56+108+129=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #386C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386C81 is #C7937E. Grayscale: #5E5E5E. Windows color (decimal): -13079423 or 8481848. OLE color: 8481848.

HSL color Cylindrical-coordinate representation of color #386C81: hue angle of 197.26º 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 #386C81 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 108 129 -
CMYK 0.57 0.16 0 0.49
HSL 197.26º 0.39% 0.36% -
HSV(B) 197.26º 0.57% 0.51% -
XYZ 10.96 13.15 22.73 -
YUV 94.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 56 108 129 0.57 0.16 0 0.49 197.26 0.39 0.36
Hex 38 6C 81 39 10 0 31 C5 27 24
Octal 70 154 201 71 20 0 61 305 47 44
Binary 111000 1101100 10000001 111001 10000 0 110001 11000101 100111 100100

Color Harmonies of #386C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C81

Black with #386C81

Text Example


Text Example

White with #386C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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