Html Css Color HEX #386884 Astral

📋 copy color: '#386884'

red 56 ◦ green 104 ◦ blue 132

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

Shades of Astral #386884

Tints of Astral #386884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.21%

R = 19.18%
G = 35.62%
B = 45.21%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#386884 (or 0x386884) is known color: Astral. HEX triplet: 38, 68 and 84. RGB value is (56,104,132). Sum of RGB (Red+Green+Blue) = 56+104+132=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #386884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386884 is #C7977B. Grayscale: #5C5C5C. Windows color (decimal): -13080444 or 8677432. OLE color: 8677432.

HSL color Cylindrical-coordinate representation of color #386884: hue angle of 202.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386884 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 104 132 -
CMYK 0.58 0.21 0 0.48
HSL 202.11º 0.4% 0.37% -
HSV(B) 202.11º 0.58% 0.52% -
XYZ 10.75 12.41 23.66 -
YUV 92.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 56 104 132 0.58 0.21 0 0.48 202.11 0.4 0.37
Hex 38 68 84 3A 15 0 30 CA 28 25
Octal 70 150 204 72 25 0 60 312 50 45
Binary 111000 1101000 10000100 111010 10101 0 110000 11001010 101000 100101

Color Harmonies of #386884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386884

Black with #386884

Text Example


Text Example

White with #386884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386884; }

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

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

background-color css

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

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

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

border-color css

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

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

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