Html Css Color HEX #3B4259 Blue Zodiac

📋 copy color: '#3B4259'

red 59 ◦ green 66 ◦ blue 89

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

Shades of Blue Zodiac #3B4259

Tints of Blue Zodiac #3B4259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

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

R = 27.57%
G = 30.84%
B = 41.59%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B4259 (or 0x3B4259) is known color: Blue Zodiac. HEX triplet: 3B, 42 and 59. RGB value is (59,66,89). Sum of RGB (Red+Green+Blue) = 59+66+89=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B4259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4259 is #C4BDA6. Grayscale: #424242. Windows color (decimal): -12893607 or 5849659. OLE color: 5849659.

HSL color Cylindrical-coordinate representation of color #3B4259: hue angle of 226º 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 #3B4259 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 66 89 -
CMYK 0.34 0.26 0 0.65
HSL 226º 0.2% 0.29% -
HSV(B) 226º 0.34% 0.35% -
XYZ 5.56 5.55 10.23 -
YUV 66.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 59 66 89 0.34 0.26 0 0.65 226 0.2 0.29
Hex 3B 42 59 22 1A 0 41 E2 14 1D
Octal 73 102 131 42 32 0 101 342 24 35
Binary 111011 1000010 1011001 100010 11010 0 1000001 11100010 10100 11101

Color Harmonies of #3B4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4259

Black with #3B4259

Text Example


Text Example

White with #3B4259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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