#333D4E

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

Shades of Cloud Burst #333D4E

Tints of Cloud Burst #333D4E

Color information

#333D4E (or 0x333D4E) is unknown color: approx Cloud Burst. HEX triplet: 33, 3D and 4E. RGB value is (51,61,78). Sum of RGB (Red+Green+Blue) = 51+61+78=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #333D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D4E is #CCC2B1. Grayscale: #3B3B3B. Windows color (decimal): -13419186 or 5127475. OLE color: 5127475.

HSL color Cylindrical-coordinate representation of color #333D4E: hue angle of 217.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #333D4E is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB516178-
CMYK0.350.2200.69
HSL217.78º20.93%25.29%-
HSV(B)217.78º34.62%30.59%-
XYZ4.414.597.86-
YUV59.95138.19121.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=26.84%
G=32.11%
B=41.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5161780.350.2200.69217.7820.9325.29
Hex333D4E2316045da1519
Octal6375116432601053322531
Binary11001111110110011101000111011001000101110110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333D4E; }

 p { color: rgb(51,61,78); }

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

<style>
 a { background-color: #333D4E; }

 a { background-color: rgb(51,61,78); }

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

<style>
 span { border-color: #333D4E; }

 span { border-color: rgb(51,61,78); }

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