Html Css Color HEX #387091 Astral

📋 copy color: '#387091'

red 56 ◦ green 112 ◦ blue 145

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

Shades of Astral #387091

Tints of Astral #387091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

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

R = 17.89%
G = 35.78%
B = 46.33%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#387091 (or 0x387091) is known color: Astral. HEX triplet: 38, 70 and 91. RGB value is (56,112,145). Sum of RGB (Red+Green+Blue) = 56+112+145=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #387091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387091 is #C78F6E. Grayscale: #626262. Windows color (decimal): -13078383 or 9531448. OLE color: 9531448.

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

Color convert

RGB 56 112 145 -
CMYK 0.61 0.23 0 0.43
HSL 202.25º 0.44% 0.39% -
HSV(B) 202.25º 0.61% 0.57% -
XYZ 12.54 14.47 28.92 -
YUV 99.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 56 112 145 0.61 0.23 0 0.43 202.25 0.44 0.39
Hex 38 70 91 3D 17 0 2B CA 2C 27
Octal 70 160 221 75 27 0 53 312 54 47
Binary 111000 1110000 10010001 111101 10111 0 101011 11001010 101100 100111

Color Harmonies of #387091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387091

Black with #387091

Text Example


Text Example

White with #387091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387091; }

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

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

background-color css

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

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

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

border-color css

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

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

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