Html Css Color HEX #387890 Astral

📋 copy color: '#387890'

red 56 ◦ green 120 ◦ blue 144

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

Shades of Astral #387890

Tints of Astral #387890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.5%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 17.5%
G = 37.5%
B = 45%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#387890 (or 0x387890) is known color: Astral. HEX triplet: 38, 78 and 90. RGB value is (56,120,144). Sum of RGB (Red+Green+Blue) = 56+120+144=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #387890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387890 is #C7876F. Grayscale: #676767. Windows color (decimal): -13076336 or 9467960. OLE color: 9467960.

HSL color Cylindrical-coordinate representation of color #387890: hue angle of 196.36º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387890 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 120 144 -
CMYK 0.61 0.17 0 0.44
HSL 196.36º 0.44% 0.39% -
HSV(B) 196.36º 0.61% 0.56% -
XYZ 13.38 16.29 28.82 -
YUV 103.6 150.8 94.05 -
System Red Green Blue C M Y K H S L
Decimal 56 120 144 0.61 0.17 0 0.44 196.36 0.44 0.39
Hex 38 78 90 3D 11 0 2C C4 2C 27
Octal 70 170 220 75 21 0 54 304 54 47
Binary 111000 1111000 10010000 111101 10001 0 101100 11000100 101100 100111

Color Harmonies of #387890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387890

Black with #387890

Text Example


Text Example

White with #387890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387890; }

 p { color: rgb(56,120,144); }

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

background-color css

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

 a { background-color: rgb(56,120,144); }

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

border-color css

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

 span { border-color: rgb(56,120,144); }

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