Html Css Color HEX #3B6686 Astral

📋 copy color: '#3B6686'

red 59 ◦ green 102 ◦ blue 134

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

Shades of Astral #3B6686

Tints of Astral #3B6686

RGB

 RED value IS 59 (23.44% from 255) = 20%

 GREEN value IS 102 (40.23% from 255) = 34.58%

 BLUE value IS 134 (52.73% from 255) = 45.42%

R = 20%
G = 34.58%
B = 45.42%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B6686 (or 0x3B6686) is known color: Astral. HEX triplet: 3B, 66 and 86. RGB value is (59,102,134). Sum of RGB (Red+Green+Blue) = 59+102+134=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #3B6686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6686 is #C49979. Grayscale: #5C5C5C. Windows color (decimal): -12884346 or 8807995. OLE color: 8807995.

HSL color Cylindrical-coordinate representation of color #3B6686: hue angle of 205.6º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B6686 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 102 134 -
CMYK 0.56 0.24 0 0.47
HSL 205.6º 0.39% 0.38% -
HSV(B) 205.6º 0.56% 0.53% -
XYZ 10.86 12.15 24.33 -
YUV 92.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 59 102 134 0.56 0.24 0 0.47 205.6 0.39 0.38
Hex 3B 66 86 38 18 0 2F CE 27 26
Octal 73 146 206 70 30 0 57 316 47 46
Binary 111011 1100110 10000110 111000 11000 0 101111 11001110 100111 100110

Color Harmonies of #3B6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6686

Black with #3B6686

Text Example


Text Example

White with #3B6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B6686; }

 p { color: rgb(59,102,134); }

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

background-color css

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

 a { background-color: rgb(59,102,134); }

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

border-color css

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

 span { border-color: rgb(59,102,134); }

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