Html Css Color HEX #386E8C Astral

📋 copy color: '#386E8C'

red 56 ◦ green 110 ◦ blue 140

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

Shades of Astral #386E8C

Tints of Astral #386E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.95%

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 18.3%
G = 35.95%
B = 45.75%

CMYK

 C value IS 0.6

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#386E8C (or 0x386E8C) is known color: Astral. HEX triplet: 38, 6E and 8C. RGB value is (56,110,140). Sum of RGB (Red+Green+Blue) = 56+110+140=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #386E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386E8C is #C79173. Grayscale: #616161. Windows color (decimal): -13078900 or 9203256. OLE color: 9203256.

HSL color Cylindrical-coordinate representation of color #386E8C: hue angle of 201.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #386E8C is Cyan = 0.6, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 110 140 -
CMYK 0.6 0.21 0 0.45
HSL 201.43º 0.43% 0.38% -
HSV(B) 201.43º 0.6% 0.55% -
XYZ 11.94 13.89 26.86 -
YUV 97.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 56 110 140 0.6 0.21 0 0.45 201.43 0.43 0.38
Hex 38 6E 8C 3C 15 0 2D C9 2B 26
Octal 70 156 214 74 25 0 55 311 53 46
Binary 111000 1101110 10001100 111100 10101 0 101101 11001001 101011 100110

Color Harmonies of #386E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E8C

Black with #386E8C

Text Example


Text Example

White with #386E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,110,140); }

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

background-color css

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

 a { background-color: rgb(56,110,140); }

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

border-color css

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

 span { border-color: rgb(56,110,140); }

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