#333A4E

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

Shades of Cloud Burst #333A4E

Tints of Cloud Burst #333A4E

Color information

#333A4E (or 0x333A4E) is unknown color: approx Cloud Burst. HEX triplet: 33, 3A and 4E. RGB value is (51,58,78). Sum of RGB (Red+Green+Blue) = 51+58+78=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #333A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A4E is #CCC5B1. Grayscale: #3A3A3A. Windows color (decimal): -13419954 or 5126707. OLE color: 5126707.

HSL color Cylindrical-coordinate representation of color #333A4E: hue angle of 224.44º 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 #333A4E is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB515878-
CMYK0.350.2600.69
HSL224.44º20.93%25.29%-
HSV(B)224.44º34.62%30.59%-
XYZ4.254.287.81-
YUV58.19139.18122.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=27.27%
G=31.02%
B=41.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5158780.350.2600.69224.4420.9325.29
Hex333A4E231A045e01519
Octal6372116433201053402531
Binary11001111101010011101000111101001000101111000001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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