Html Css Color HEX #387692 Astral

📋 copy color: '#387692'

red 56 ◦ green 118 ◦ blue 146

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

Shades of Astral #387692

Tints of Astral #387692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.63%

R = 17.5%
G = 36.88%
B = 45.63%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#387692 (or 0x387692) is known color: Astral. HEX triplet: 38, 76 and 92. RGB value is (56,118,146). Sum of RGB (Red+Green+Blue) = 56+118+146=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #387692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387692 is #C7896D. Grayscale: #666666. Windows color (decimal): -13076846 or 9598520. OLE color: 9598520.

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

Color convert

RGB 56 118 146 -
CMYK 0.62 0.19 0 0.43
HSL 198.67º 0.45% 0.4% -
HSV(B) 198.67º 0.62% 0.57% -
XYZ 13.3 15.87 29.56 -
YUV 102.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 56 118 146 0.62 0.19 0 0.43 198.67 0.45 0.4
Hex 38 76 92 3E 13 0 2B C7 2D 28
Octal 70 166 222 76 23 0 53 307 55 50
Binary 111000 1110110 10010010 111110 10011 0 101011 11000111 101101 101000

Color Harmonies of #387692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387692

Black with #387692

Text Example


Text Example

White with #387692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387692; }

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

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

background-color css

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

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

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

border-color css

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

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

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