Html Css Color HEX #387291 Astral

📋 copy color: '#387291'

red 56 ◦ green 114 ◦ blue 145

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

Shades of Astral #387291

Tints of Astral #387291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 17.78%
G = 36.19%
B = 46.03%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#387291 (or 0x387291) is known color: Astral. HEX triplet: 38, 72 and 91. RGB value is (56,114,145). Sum of RGB (Red+Green+Blue) = 56+114+145=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #387291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387291 is #C78D6E. Grayscale: #646464. Windows color (decimal): -13077871 or 9531960. OLE color: 9531960.

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

Color convert

RGB 56 114 145 -
CMYK 0.61 0.21 0 0.43
HSL 200.9º 0.44% 0.39% -
HSV(B) 200.9º 0.61% 0.57% -
XYZ 12.76 14.92 29 -
YUV 100.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 56 114 145 0.61 0.21 0 0.43 200.9 0.44 0.39
Hex 38 72 91 3D 15 0 2B C9 2C 27
Octal 70 162 221 75 25 0 53 311 54 47
Binary 111000 1110010 10010001 111101 10101 0 101011 11001001 101100 100111

Color Harmonies of #387291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387291

Black with #387291

Text Example


Text Example

White with #387291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387291; }

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

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

background-color css

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

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

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

border-color css

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

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

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