Html Css Color HEX #3A4357 Blue Zodiac

📋 copy color: '#3A4357'

red 58 ◦ green 67 ◦ blue 87

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

Shades of Blue Zodiac #3A4357

Tints of Blue Zodiac #3A4357

RGB

 RED value IS 58 (23.05% from 255) = 27.36%

 GREEN value IS 67 (26.56% from 255) = 31.6%

 BLUE value IS 87 (34.38% from 255) = 41.04%

R = 27.36%
G = 31.6%
B = 41.04%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3A4357 (or 0x3A4357) is known color: Blue Zodiac. HEX triplet: 3A, 43 and 57. RGB value is (58,67,87). Sum of RGB (Red+Green+Blue) = 58+67+87=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A4357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4357 is #C5BCA8. Grayscale: #424242. Windows color (decimal): -12958889 or 5718842. OLE color: 5718842.

HSL color Cylindrical-coordinate representation of color #3A4357: hue angle of 221.38º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A4357 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 67 87 -
CMYK 0.33 0.23 0 0.66
HSL 221.38º 0.2% 0.28% -
HSV(B) 221.38º 0.33% 0.34% -
XYZ 5.47 5.6 9.81 -
YUV 66.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 58 67 87 0.33 0.23 0 0.66 221.38 0.2 0.28
Hex 3A 43 57 21 17 0 42 DD 14 1C
Octal 72 103 127 41 27 0 102 335 24 34
Binary 111010 1000011 1010111 100001 10111 0 1000010 11011101 10100 11100

Color Harmonies of #3A4357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4357

Black with #3A4357

Text Example


Text Example

White with #3A4357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,67,87); }

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

background-color css

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

 a { background-color: rgb(58,67,87); }

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

border-color css

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

 span { border-color: rgb(58,67,87); }

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