Html Css Color HEX #387290 Astral

📋 copy color: '#387290'

red 56 ◦ green 114 ◦ blue 144

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

Shades of Astral #387290

Tints of Astral #387290

RGB

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

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

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

R = 17.83%
G = 36.31%
B = 45.86%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#387290 (or 0x387290) is known color: Astral. HEX triplet: 38, 72 and 90. RGB value is (56,114,144). Sum of RGB (Red+Green+Blue) = 56+114+144=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #387290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387290 is #C78D6F. Grayscale: #636363. Windows color (decimal): -13077872 or 9466424. OLE color: 9466424.

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

Color convert

RGB 56 114 144 -
CMYK 0.61 0.21 0 0.44
HSL 200.45º 0.44% 0.39% -
HSV(B) 200.45º 0.61% 0.56% -
XYZ 12.68 14.89 28.59 -
YUV 100.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 56 114 144 0.61 0.21 0 0.44 200.45 0.44 0.39
Hex 38 72 90 3D 15 0 2C C8 2C 27
Octal 70 162 220 75 25 0 54 310 54 47
Binary 111000 1110010 10010000 111101 10101 0 101100 11001000 101100 100111

Color Harmonies of #387290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387290

Black with #387290

Text Example


Text Example

White with #387290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387290; }

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

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

background-color css

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

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

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

border-color css

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

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

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