Html Css Color HEX #3B526F Astronaut

📋 copy color: '#3B526F'

red 59 ◦ green 82 ◦ blue 111

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

Shades of Astronaut #3B526F

Tints of Astronaut #3B526F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 111 (43.75% from 255) = 44.05%

R = 23.41%
G = 32.54%
B = 44.05%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B526F (or 0x3B526F) is known color: Astronaut. HEX triplet: 3B, 52 and 6F. RGB value is (59,82,111). Sum of RGB (Red+Green+Blue) = 59+82+111=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B526F is #C4AD90. Grayscale: #4E4E4E. Windows color (decimal): -12889489 or 7295547. OLE color: 7295547.

HSL color Cylindrical-coordinate representation of color #3B526F: hue angle of 213.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B526F is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 82 111 -
CMYK 0.47 0.26 0 0.56
HSL 213.46º 0.31% 0.33% -
HSV(B) 213.46º 0.47% 0.44% -
XYZ 7.69 8.11 16.2 -
YUV 78.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 59 82 111 0.47 0.26 0 0.56 213.46 0.31 0.33
Hex 3B 52 6F 2F 1A 0 38 D5 1F 21
Octal 73 122 157 57 32 0 70 325 37 41
Binary 111011 1010010 1101111 101111 11010 0 111000 11010101 11111 100001

Color Harmonies of #3B526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B526F

Black with #3B526F

Text Example


Text Example

White with #3B526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,82,111); }

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

background-color css

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

 a { background-color: rgb(59,82,111); }

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

border-color css

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

 span { border-color: rgb(59,82,111); }

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