Html Css Color HEX #3B6688 Astral

📋 copy color: '#3B6688'

red 59 ◦ green 102 ◦ blue 136

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

Shades of Astral #3B6688

Tints of Astral #3B6688

RGB

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

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

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

R = 19.87%
G = 34.34%
B = 45.79%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B6688 (or 0x3B6688) is known color: Astral. HEX triplet: 3B, 66 and 88. RGB value is (59,102,136). Sum of RGB (Red+Green+Blue) = 59+102+136=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B6688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6688 is #C49977. Grayscale: #5C5C5C. Windows color (decimal): -12884344 or 8939067. OLE color: 8939067.

HSL color Cylindrical-coordinate representation of color #3B6688: hue angle of 206.49º 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 #3B6688 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 102 136 -
CMYK 0.57 0.25 0 0.47
HSL 206.49º 0.39% 0.38% -
HSV(B) 206.49º 0.57% 0.53% -
XYZ 11 12.21 25.07 -
YUV 93.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 59 102 136 0.57 0.25 0 0.47 206.49 0.39 0.38
Hex 3B 66 88 39 19 0 2F CE 27 26
Octal 73 146 210 71 31 0 57 316 47 46
Binary 111011 1100110 10001000 111001 11001 0 101111 11001110 100111 100110

Color Harmonies of #3B6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6688

Black with #3B6688

Text Example


Text Example

White with #3B6688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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