Html Css Color HEX #387693 Astral

📋 copy color: '#387693'

red 56 ◦ green 118 ◦ blue 147

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

Shades of Astral #387693

Tints of Astral #387693

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

 BLUE value IS 147 (57.81% from 255) = 45.79%

R = 17.45%
G = 36.76%
B = 45.79%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#387693 (or 0x387693) is known color: Astral. HEX triplet: 38, 76 and 93. RGB value is (56,118,147). Sum of RGB (Red+Green+Blue) = 56+118+147=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #387693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387693 is #C7896C. Grayscale: #666666. Windows color (decimal): -13076845 or 9664056. OLE color: 9664056.

HSL color Cylindrical-coordinate representation of color #387693: hue angle of 199.12º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387693 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 118 147 -
CMYK 0.62 0.20 0 0.42
HSL 199.12º 0.45% 0.4% -
HSV(B) 199.12º 0.62% 0.58% -
XYZ 13.38 15.9 29.97 -
YUV 102.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 56 118 147 0.62 0.20 0 0.42 199.12 0.45 0.4
Hex 38 76 93 3E 14 0 2A C7 2D 28
Octal 70 166 223 76 24 0 52 307 55 50
Binary 111000 1110110 10010011 111110 10100 0 101010 11000111 101101 101000

Color Harmonies of #387693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387693

Black with #387693

Text Example


Text Example

White with #387693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387693; }

 p { color: rgb(56,118,147); }

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

background-color css

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

 a { background-color: rgb(56,118,147); }

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

border-color css

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

 span { border-color: rgb(56,118,147); }

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