Html Css Color HEX #3B4459 Blue Zodiac

📋 copy color: '#3B4459'

red 59 ◦ green 68 ◦ blue 89

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

Shades of Blue Zodiac #3B4459

Tints of Blue Zodiac #3B4459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 27.31%
G = 31.48%
B = 41.2%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B4459 (or 0x3B4459) is known color: Blue Zodiac. HEX triplet: 3B, 44 and 59. RGB value is (59,68,89). Sum of RGB (Red+Green+Blue) = 59+68+89=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B4459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4459 is #C4BBA6. Grayscale: #434343. Windows color (decimal): -12893095 or 5850171. OLE color: 5850171.

HSL color Cylindrical-coordinate representation of color #3B4459: hue angle of 222º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B4459 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 68 89 -
CMYK 0.34 0.24 0 0.65
HSL 222º 0.2% 0.29% -
HSV(B) 222º 0.34% 0.35% -
XYZ 5.67 5.79 10.27 -
YUV 67.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 59 68 89 0.34 0.24 0 0.65 222 0.2 0.29
Hex 3B 44 59 22 18 0 41 DE 14 1D
Octal 73 104 131 42 30 0 101 336 24 35
Binary 111011 1000100 1011001 100010 11000 0 1000001 11011110 10100 11101

Color Harmonies of #3B4459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4459

Black with #3B4459

Text Example


Text Example

White with #3B4459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,68,89); }

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

background-color css

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

 a { background-color: rgb(59,68,89); }

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

border-color css

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

 span { border-color: rgb(59,68,89); }

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