Html Css Color HEX #387491 Astral

📋 copy color: '#387491'

red 56 ◦ green 116 ◦ blue 145

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

Shades of Astral #387491

Tints of Astral #387491

RGB

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

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

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

R = 17.67%
G = 36.59%
B = 45.74%

CMYK

 C value IS 0.61

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#387491 (or 0x387491) is known color: Astral. HEX triplet: 38, 74 and 91. RGB value is (56,116,145). Sum of RGB (Red+Green+Blue) = 56+116+145=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #387491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387491 is #C78B6E. Grayscale: #656565. Windows color (decimal): -13077359 or 9532472. OLE color: 9532472.

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

Color convert

RGB 56 116 145 -
CMYK 0.61 0.2 0 0.43
HSL 199.55º 0.44% 0.39% -
HSV(B) 199.55º 0.61% 0.57% -
XYZ 12.99 15.38 29.07 -
YUV 101.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 56 116 145 0.61 0.2 0 0.43 199.55 0.44 0.39
Hex 38 74 91 3D 14 0 2B C8 2C 27
Octal 70 164 221 75 24 0 53 310 54 47
Binary 111000 1110100 10010001 111101 10100 0 101011 11001000 101100 100111

Color Harmonies of #387491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387491

Black with #387491

Text Example


Text Example

White with #387491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387491; }

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

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

background-color css

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

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

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

border-color css

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

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

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