Html Css Color HEX #386891 Astral

📋 copy color: '#386891'

red 56 ◦ green 104 ◦ blue 145

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

Shades of Astral #386891

Tints of Astral #386891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

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

R = 18.36%
G = 34.1%
B = 47.54%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#386891 (or 0x386891) is known color: Astral. HEX triplet: 38, 68 and 91. RGB value is (56,104,145). Sum of RGB (Red+Green+Blue) = 56+104+145=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #386891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386891 is #C7976E. Grayscale: #5E5E5E. Windows color (decimal): -13080431 or 9529400. OLE color: 9529400.

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

Color convert

RGB 56 104 145 -
CMYK 0.61 0.28 0 0.43
HSL 207.64º 0.44% 0.39% -
HSV(B) 207.64º 0.61% 0.57% -
XYZ 11.69 12.79 28.64 -
YUV 94.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 56 104 145 0.61 0.28 0 0.43 207.64 0.44 0.39
Hex 38 68 91 3D 1C 0 2B D0 2C 27
Octal 70 150 221 75 34 0 53 320 54 47
Binary 111000 1101000 10010001 111101 11100 0 101011 11010000 101100 100111

Color Harmonies of #386891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386891

Black with #386891

Text Example


Text Example

White with #386891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386891; }

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

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

background-color css

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

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

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

border-color css

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

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

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