Html Css Color HEX #333F52 Cloud Burst

📋 copy color: '#333F52'

red 51 ◦ green 63 ◦ blue 82

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

Shades of Cloud Burst #333F52

Tints of Cloud Burst #333F52

RGB

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

 GREEN value IS 63 (25% from 255) = 32.14%

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

R = 26.02%
G = 32.14%
B = 41.84%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#333F52 (or 0x333F52) is known color: Cloud Burst. HEX triplet: 33, 3F and 52. RGB value is (51,63,82). Sum of RGB (Red+Green+Blue) = 51+63+82=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #333F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F52 is #CCC0AD. Grayscale: #3D3D3D. Windows color (decimal): -13418670 or 5390131. OLE color: 5390131.

HSL color Cylindrical-coordinate representation of color #333F52: hue angle of 216.77º 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 #333F52 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 63 82 -
CMYK 0.38 0.23 0 0.68
HSL 216.77º 0.23% 0.26% -
HSV(B) 216.77º 0.38% 0.32% -
XYZ 4.67 4.87 8.68 -
YUV 61.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 51 63 82 0.38 0.23 0 0.68 216.77 0.23 0.26
Hex 33 3F 52 26 17 0 44 D9 17 1A
Octal 63 77 122 46 27 0 104 331 27 32
Binary 110011 111111 1010010 100110 10111 0 1000100 11011001 10111 11010

Color Harmonies of #333F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F52

Black with #333F52

Text Example


Text Example

White with #333F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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