Html Css Color HEX #387295 Astral

📋 copy color: '#387295'

red 56 ◦ green 114 ◦ blue 149

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

Shades of Astral #387295

Tints of Astral #387295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

 BLUE value IS 149 (58.59% from 255) = 46.71%

R = 17.55%
G = 35.74%
B = 46.71%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#387295 (or 0x387295) is known color: Astral. HEX triplet: 38, 72 and 95. RGB value is (56,114,149). Sum of RGB (Red+Green+Blue) = 56+114+149=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #387295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387295 is #C78D6A. Grayscale: #646464. Windows color (decimal): -13077867 or 9794104. OLE color: 9794104.

HSL color Cylindrical-coordinate representation of color #387295: hue angle of 202.58º 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 #387295 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 114 149 -
CMYK 0.62 0.23 0 0.42
HSL 202.58º 0.45% 0.4% -
HSV(B) 202.58º 0.62% 0.58% -
XYZ 13.07 15.05 30.65 -
YUV 100.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 56 114 149 0.62 0.23 0 0.42 202.58 0.45 0.4
Hex 38 72 95 3E 17 0 2A CB 2D 28
Octal 70 162 225 76 27 0 52 313 55 50
Binary 111000 1110010 10010101 111110 10111 0 101010 11001011 101101 101000

Color Harmonies of #387295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387295

Black with #387295

Text Example


Text Example

White with #387295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387295; }

 p { color: rgb(56,114,149); }

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

background-color css

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

 a { background-color: rgb(56,114,149); }

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

border-color css

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

 span { border-color: rgb(56,114,149); }

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