Html Css Color HEX #387396 Astral

📋 copy color: '#387396'

red 56 ◦ green 115 ◦ blue 150

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

Shades of Astral #387396

Tints of Astral #387396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.83%

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 17.45%
G = 35.83%
B = 46.73%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#387396 (or 0x387396) is known color: Astral. HEX triplet: 38, 73 and 96. RGB value is (56,115,150). Sum of RGB (Red+Green+Blue) = 56+115+150=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #387396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387396 is #C78C69. Grayscale: #656565. Windows color (decimal): -13077610 or 9859896. OLE color: 9859896.

HSL color Cylindrical-coordinate representation of color #387396: hue angle of 202.34º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #387396 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 115 150 -
CMYK 0.63 0.23 0 0.41
HSL 202.34º 0.46% 0.4% -
HSV(B) 202.34º 0.63% 0.59% -
XYZ 13.27 15.3 31.11 -
YUV 101.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 56 115 150 0.63 0.23 0 0.41 202.34 0.46 0.4
Hex 38 73 96 3F 17 0 29 CA 2E 28
Octal 70 163 226 77 27 0 51 312 56 50
Binary 111000 1110011 10010110 111111 10111 0 101001 11001010 101110 101000

Color Harmonies of #387396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387396

Black with #387396

Text Example


Text Example

White with #387396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387396; }

 p { color: rgb(56,115,150); }

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

background-color css

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

 a { background-color: rgb(56,115,150); }

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

border-color css

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

 span { border-color: rgb(56,115,150); }

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