Html Css Color HEX #386D90 Astral

📋 copy color: '#386D90'

red 56 ◦ green 109 ◦ blue 144

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

Shades of Astral #386D90

Tints of Astral #386D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

 BLUE value IS 144 (56.64% from 255) = 46.6%

R = 18.12%
G = 35.28%
B = 46.6%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#386D90 (or 0x386D90) is known color: Astral. HEX triplet: 38, 6D and 90. RGB value is (56,109,144). Sum of RGB (Red+Green+Blue) = 56+109+144=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #386D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386D90 is #C7926F. Grayscale: #606060. Windows color (decimal): -13079152 or 9465144. OLE color: 9465144.

HSL color Cylindrical-coordinate representation of color #386D90: hue angle of 203.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #386D90 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 109 144 -
CMYK 0.61 0.24 0 0.44
HSL 203.86º 0.44% 0.39% -
HSV(B) 203.86º 0.61% 0.56% -
XYZ 12.13 13.79 28.41 -
YUV 97.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 56 109 144 0.61 0.24 0 0.44 203.86 0.44 0.39
Hex 38 6D 90 3D 18 0 2C CC 2C 27
Octal 70 155 220 75 30 0 54 314 54 47
Binary 111000 1101101 10010000 111101 11000 0 101100 11001100 101100 100111

Color Harmonies of #386D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D90

Black with #386D90

Text Example


Text Example

White with #386D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,109,144); }

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

background-color css

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

 a { background-color: rgb(56,109,144); }

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

border-color css

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

 span { border-color: rgb(56,109,144); }

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