#3A414F

Color #3A414F Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #3A414F

Tints of Cloud Burst #3A414F

Color information

#3A414F (or 0x3A414F) is unknown color: approx Cloud Burst. HEX triplet: 3A, 41 and 4F. RGB value is (58,65,79). Sum of RGB (Red+Green+Blue) = 58+65+79=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A414F is #C5BEB0. Grayscale: #404040. Windows color (decimal): -12959409 or 5194042. OLE color: 5194042.

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

Color convert

RGB586579-
CMYK0.270.1800.69
HSL220º15.33%26.86%-
HSV(B)220º26.58%30.98%-
XYZ5.055.248.14-
YUV64.5136.18123.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.71%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=28.71%
G=32.18%
B=39.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5865790.270.1800.6922015.3326.86
Hex3A414F1B12045dcf1b
Octal72101117332201053341733
Binary1110101000001100111111011100100100010111011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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