Html Css Color HEX #386787 Astral

📋 copy color: '#386787'

red 56 ◦ green 103 ◦ blue 135

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

Shades of Astral #386787

Tints of Astral #386787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.03%

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

R = 19.05%
G = 35.03%
B = 45.92%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386787 (or 0x386787) is known color: Astral. HEX triplet: 38, 67 and 87. RGB value is (56,103,135). Sum of RGB (Red+Green+Blue) = 56+103+135=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #386787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386787 is #C79878. Grayscale: #5C5C5C. Windows color (decimal): -13080697 or 8873784. OLE color: 8873784.

HSL color Cylindrical-coordinate representation of color #386787: hue angle of 204.3º 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 #386787 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 103 135 -
CMYK 0.59 0.24 0 0.47
HSL 204.3º 0.41% 0.37% -
HSV(B) 204.3º 0.59% 0.53% -
XYZ 10.85 12.29 24.72 -
YUV 92.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 56 103 135 0.59 0.24 0 0.47 204.3 0.41 0.37
Hex 38 67 87 3B 18 0 2F CC 29 25
Octal 70 147 207 73 30 0 57 314 51 45
Binary 111000 1100111 10000111 111011 11000 0 101111 11001100 101001 100101

Color Harmonies of #386787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386787

Black with #386787

Text Example


Text Example

White with #386787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386787; }

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

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

background-color css

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

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

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

border-color css

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

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

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