Html Css Color HEX #387492 Astral

📋 copy color: '#387492'

red 56 ◦ green 116 ◦ blue 146

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

Shades of Astral #387492

Tints of Astral #387492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.48%

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

R = 17.61%
G = 36.48%
B = 45.91%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#387492 (or 0x387492) is known color: Astral. HEX triplet: 38, 74 and 92. RGB value is (56,116,146). Sum of RGB (Red+Green+Blue) = 56+116+146=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #387492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387492 is #C78B6D. Grayscale: #656565. Windows color (decimal): -13077358 or 9598008. OLE color: 9598008.

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

Color convert

RGB 56 116 146 -
CMYK 0.62 0.21 0 0.43
HSL 200º 0.45% 0.4% -
HSV(B) 200º 0.62% 0.57% -
XYZ 13.06 15.41 29.48 -
YUV 101.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 56 116 146 0.62 0.21 0 0.43 200 0.45 0.4
Hex 38 74 92 3E 15 0 2B C8 2D 28
Octal 70 164 222 76 25 0 53 310 55 50
Binary 111000 1110100 10010010 111110 10101 0 101011 11001000 101101 101000

Color Harmonies of #387492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387492

Black with #387492

Text Example


Text Example

White with #387492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387492; }

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

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

background-color css

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

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

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

border-color css

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

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

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