Html Css Color HEX #386880 Astral

📋 copy color: '#386880'

red 56 ◦ green 104 ◦ blue 128

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

Shades of Astral #386880

Tints of Astral #386880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.44%

R = 19.44%
G = 36.11%
B = 44.44%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#386880 (or 0x386880) is known color: Astral. HEX triplet: 38, 68 and 80. RGB value is (56,104,128). Sum of RGB (Red+Green+Blue) = 56+104+128=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #386880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386880 is #C7977F. Grayscale: #5C5C5C. Windows color (decimal): -13080448 or 8415288. OLE color: 8415288.

HSL color Cylindrical-coordinate representation of color #386880: hue angle of 200º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #386880 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 104 128 -
CMYK 0.56 0.19 0 0.50
HSL 200º 0.39% 0.36% -
HSV(B) 200º 0.56% 0.5% -
XYZ 10.48 12.3 22.24 -
YUV 92.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 56 104 128 0.56 0.19 0 0.50 200 0.39 0.36
Hex 38 68 80 38 13 0 32 C8 27 24
Octal 70 150 200 70 23 0 62 310 47 44
Binary 111000 1101000 10000000 111000 10011 0 110010 11001000 100111 100100

Color Harmonies of #386880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386880

Black with #386880

Text Example


Text Example

White with #386880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386880; }

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

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

background-color css

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

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

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

border-color css

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

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

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