#3A414A

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

Shades of Cloud Burst #3A414A

Tints of Cloud Burst #3A414A

Color information

#3A414A (or 0x3A414A) is unknown color: approx Cloud Burst. HEX triplet: 3A, 41 and 4A. RGB value is (58,65,74). Sum of RGB (Red+Green+Blue) = 58+65+74=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A414A is #C5BEB5. Grayscale: #3F3F3F. Windows color (decimal): -12959414 or 4866362. OLE color: 4866362.

HSL color Cylindrical-coordinate representation of color #3A414A: hue angle of 213.75º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A414A is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB586574-
CMYK0.220.1200.71
HSL213.75º12.12%25.88%-
HSV(B)213.75º21.62%29.02%-
XYZ4.875.177.22-
YUV63.93133.68123.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=29.44%
G=32.99%
B=37.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5865740.220.1200.71213.7512.1225.88
Hex3A414A16C047d6c1a
Octal72101112261401073261432
Binary111010100000110010101011011000100011111010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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