Html Css Color HEX #333A52 Cloud Burst

📋 copy color: '#333A52'

red 51 ◦ green 58 ◦ blue 82

#333A52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloud Burst #333A52

Tints of Cloud Burst #333A52

RGB

 RED value IS 51 (20.31% from 255) = 26.7%

 GREEN value IS 58 (23.05% from 255) = 30.37%

 BLUE value IS 82 (32.42% from 255) = 42.93%

R = 26.7%
G = 30.37%
B = 42.93%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#333A52 (or 0x333A52) is known color: Cloud Burst. HEX triplet: 33, 3A and 52. RGB value is (51,58,82). Sum of RGB (Red+Green+Blue) = 51+58+82=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #333A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A52 is #CCC5AD. Grayscale: #3A3A3A. Windows color (decimal): -13419950 or 5388851. OLE color: 5388851.

HSL color Cylindrical-coordinate representation of color #333A52: hue angle of 226.45º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #333A52 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 58 82 -
CMYK 0.38 0.29 0 0.68
HSL 226.45º 0.23% 0.26% -
HSV(B) 226.45º 0.38% 0.32% -
XYZ 4.4 4.34 8.59 -
YUV 58.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 51 58 82 0.38 0.29 0 0.68 226.45 0.23 0.26
Hex 33 3A 52 26 1D 0 44 E2 17 1A
Octal 63 72 122 46 35 0 104 342 27 32
Binary 110011 111010 1010010 100110 11101 0 1000100 11100010 10111 11010

Color Harmonies of #333A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A52

Black with #333A52

Text Example


Text Example

White with #333A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #333A52;
 }
 .AnyTagClassName
 {
   color: #333A52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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