Html Css Color HEX #386B8A Astral

📋 copy color: '#386B8A'

red 56 ◦ green 107 ◦ blue 138

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

Shades of Astral #386B8A

Tints of Astral #386B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.55%

 BLUE value IS 138 (54.3% from 255) = 45.85%

R = 18.6%
G = 35.55%
B = 45.85%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#386B8A (or 0x386B8A) is known color: Astral. HEX triplet: 38, 6B and 8A. RGB value is (56,107,138). Sum of RGB (Red+Green+Blue) = 56+107+138=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #386B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B8A is #C79475. Grayscale: #5F5F5F. Windows color (decimal): -13079670 or 9071416. OLE color: 9071416.

HSL color Cylindrical-coordinate representation of color #386B8A: hue angle of 202.68º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386B8A is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 107 138 -
CMYK 0.59 0.22 0 0.46
HSL 202.68º 0.42% 0.38% -
HSV(B) 202.68º 0.59% 0.54% -
XYZ 11.48 13.19 25.99 -
YUV 95.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 56 107 138 0.59 0.22 0 0.46 202.68 0.42 0.38
Hex 38 6B 8A 3B 16 0 2E CB 2A 26
Octal 70 153 212 73 26 0 56 313 52 46
Binary 111000 1101011 10001010 111011 10110 0 101110 11001011 101010 100110

Color Harmonies of #386B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B8A

Black with #386B8A

Text Example


Text Example

White with #386B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,138); }

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

background-color css

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

 a { background-color: rgb(56,107,138); }

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

border-color css

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

 span { border-color: rgb(56,107,138); }

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