#353B4B

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

Shades of Cloud Burst #353B4B

Tints of Cloud Burst #353B4B

Color information

#353B4B (or 0x353B4B) is unknown color: approx Cloud Burst. HEX triplet: 35, 3B and 4B. RGB value is (53,59,75). Sum of RGB (Red+Green+Blue) = 53+59+75=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #353B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B4B is #CAC4B4. Grayscale: #3A3A3A. Windows color (decimal): -13288629 or 4930357. OLE color: 4930357.

HSL color Cylindrical-coordinate representation of color #353B4B: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #353B4B is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB535975-
CMYK0.290.2100.71
HSL223.64º17.19%25.1%-
HSV(B)223.64º29.33%29.41%-
XYZ4.34.397.28-
YUV59.03137.01123.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=28.34%
G=31.55%
B=40.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5359750.290.2100.71223.6417.1925.1
Hex353B4B1D15047e01119
Octal6573113352501073402131
Binary1101011110111001011111011010101000111111000001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353B4B; }

 p { color: rgb(53,59,75); }

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

<style>
 a { background-color: #353B4B; }

 a { background-color: rgb(53,59,75); }

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

<style>
 span { border-color: #353B4B; }

 span { border-color: rgb(53,59,75); }

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