#3B3E4B

Color #3B3E4B Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #3B3E4B

Tints of Blue Zodiac #3B3E4B

Color information

#3B3E4B (or 0x3B3E4B) is unknown color: approx Blue Zodiac. HEX triplet: 3B, 3E and 4B. RGB value is (59,62,75). Sum of RGB (Red+Green+Blue) = 59+62+75=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B3E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3E4B is #C4C1B4. Grayscale: #3E3E3E. Windows color (decimal): -12894645 or 4931131. OLE color: 4931131.

HSL color Cylindrical-coordinate representation of color #3B3E4B: hue angle of 228.75º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3B3E4B is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB596275-
CMYK0.210.1700.71
HSL228.75º11.94%26.27%-
HSV(B)228.75º21.33%29.41%-
XYZ4.84.887.35-
YUV62.58135.01125.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.10%
GREEN value IS 62 (24.61% from 255) = 31.63%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=30.10%
G=31.63%
B=38.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5962750.210.1700.71228.7511.9426.27
Hex3B3E4B1511047e5c1a
Octal7376113252101073451432
Binary111011111110100101110101100010100011111100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,62,75); }

 H1.HeaderClassName
 {
   color: #3B3E4B;
 }
 .AnyTagClassName
 {
   color: #3B3E4B;
 }
</style>
background-color css

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

 a { background-color: rgb(59,62,75); }

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

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

 span { border-color: rgb(59,62,75); }

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