Html Css Color HEX #386A87 Astral

📋 copy color: '#386A87'

red 56 ◦ green 106 ◦ blue 135

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

Shades of Astral #386A87

Tints of Astral #386A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.69%

 BLUE value IS 135 (53.13% from 255) = 45.45%

R = 18.86%
G = 35.69%
B = 45.45%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386A87 (or 0x386A87) is known color: Astral. HEX triplet: 38, 6A and 87. RGB value is (56,106,135). Sum of RGB (Red+Green+Blue) = 56+106+135=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #386A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386A87 is #C79578. Grayscale: #5E5E5E. Windows color (decimal): -13079929 or 8874552. OLE color: 8874552.

HSL color Cylindrical-coordinate representation of color #386A87: hue angle of 202.03º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386A87 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 106 135 -
CMYK 0.59 0.21 0 0.47
HSL 202.03º 0.41% 0.37% -
HSV(B) 202.03º 0.59% 0.53% -
XYZ 11.16 12.9 24.82 -
YUV 94.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 56 106 135 0.59 0.21 0 0.47 202.03 0.41 0.37
Hex 38 6A 87 3B 15 0 2F CA 29 25
Octal 70 152 207 73 25 0 57 312 51 45
Binary 111000 1101010 10000111 111011 10101 0 101111 11001010 101001 100101

Color Harmonies of #386A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A87

Black with #386A87

Text Example


Text Example

White with #386A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,106,135); }

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

background-color css

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

 a { background-color: rgb(56,106,135); }

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

border-color css

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

 span { border-color: rgb(56,106,135); }

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