Html Css Color HEX #3B6988 Astral

📋 copy color: '#3B6988'

red 59 ◦ green 105 ◦ blue 136

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

Shades of Astral #3B6988

Tints of Astral #3B6988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

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

R = 19.67%
G = 35%
B = 45.33%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B6988 (or 0x3B6988) is known color: Astral. HEX triplet: 3B, 69 and 88. RGB value is (59,105,136). Sum of RGB (Red+Green+Blue) = 59+105+136=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 105 (41.41% from 255 or 35% 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 #3B6988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6988 is #C49677. Grayscale: #5E5E5E. Windows color (decimal): -12883576 or 8939835. OLE color: 8939835.

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

Color convert

RGB 59 105 136 -
CMYK 0.57 0.23 0 0.47
HSL 204.16º 0.39% 0.38% -
HSV(B) 204.16º 0.57% 0.53% -
XYZ 11.3 12.81 25.17 -
YUV 94.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 59 105 136 0.57 0.23 0 0.47 204.16 0.39 0.38
Hex 3B 69 88 39 17 0 2F CC 27 26
Octal 73 151 210 71 27 0 57 314 47 46
Binary 111011 1101001 10001000 111001 10111 0 101111 11001100 100111 100110

Color Harmonies of #3B6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6988

Black with #3B6988

Text Example


Text Example

White with #3B6988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,105,136); }

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

background-color css

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

 a { background-color: rgb(59,105,136); }

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

border-color css

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

 span { border-color: rgb(59,105,136); }

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