Html Css Color HEX #386C88 Astral

📋 copy color: '#386C88'

red 56 ◦ green 108 ◦ blue 136

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

Shades of Astral #386C88

Tints of Astral #386C88

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36%

 BLUE value IS 136 (53.52% from 255) = 45.33%

R = 18.67%
G = 36%
B = 45.33%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386C88 (or 0x386C88) is known color: Astral. HEX triplet: 38, 6C and 88. RGB value is (56,108,136). Sum of RGB (Red+Green+Blue) = 56+108+136=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #386C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386C88 is #C79377. Grayscale: #5F5F5F. Windows color (decimal): -13079416 or 8940600. OLE color: 8940600.

HSL color Cylindrical-coordinate representation of color #386C88: hue angle of 201º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386C88 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 108 136 -
CMYK 0.59 0.21 0 0.47
HSL 201º 0.42% 0.38% -
HSV(B) 201º 0.59% 0.53% -
XYZ 11.44 13.34 25.27 -
YUV 95.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 56 108 136 0.59 0.21 0 0.47 201 0.42 0.38
Hex 38 6C 88 3B 15 0 2F C9 2A 26
Octal 70 154 210 73 25 0 57 311 52 46
Binary 111000 1101100 10001000 111011 10101 0 101111 11001001 101010 100110

Color Harmonies of #386C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C88

Black with #386C88

Text Example


Text Example

White with #386C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386C88; }

 p { color: rgb(56,108,136); }

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

background-color css

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

 a { background-color: rgb(56,108,136); }

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

border-color css

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

 span { border-color: rgb(56,108,136); }

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