Html Css Color HEX #3B414F Blue Zodiac

📋 copy color: '#3B414F'

red 59 ◦ green 65 ◦ blue 79

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

Shades of Blue Zodiac #3B414F

Tints of Blue Zodiac #3B414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 29.06%
G = 32.02%
B = 38.92%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B414F (or 0x3B414F) is known color: Blue Zodiac. HEX triplet: 3B, 41 and 4F. RGB value is (59,65,79). Sum of RGB (Red+Green+Blue) = 59+65+79=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B414F is #C4BEB0. Grayscale: #404040. Windows color (decimal): -12893873 or 5194043. OLE color: 5194043.

HSL color Cylindrical-coordinate representation of color #3B414F: hue angle of 222º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B414F is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 65 79 -
CMYK 0.25 0.18 0 0.69
HSL 222º 0.14% 0.27% -
HSV(B) 222º 0.25% 0.31% -
XYZ 5.11 5.27 8.15 -
YUV 64.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 59 65 79 0.25 0.18 0 0.69 222 0.14 0.27
Hex 3B 41 4F 19 12 0 45 DE E 1B
Octal 73 101 117 31 22 0 105 336 16 33
Binary 111011 1000001 1001111 11001 10010 0 1000101 11011110 1110 11011

Color Harmonies of #3B414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B414F

Black with #3B414F

Text Example


Text Example

White with #3B414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,65,79); }

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

background-color css

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

 a { background-color: rgb(59,65,79); }

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

border-color css

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

 span { border-color: rgb(59,65,79); }

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