Html Css Color HEX #33394F Cloud Burst

📋 copy color: '#33394F'

red 51 ◦ green 57 ◦ blue 79

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

Shades of Cloud Burst #33394F

Tints of Cloud Burst #33394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.48%

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 27.27%
G = 30.48%
B = 42.25%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#33394F (or 0x33394F) is known color: Cloud Burst. HEX triplet: 33, 39 and 4F. RGB value is (51,57,79). Sum of RGB (Red+Green+Blue) = 51+57+79=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #33394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33394F is #CCC6B0. Grayscale: #393939. Windows color (decimal): -13420209 or 5191987. OLE color: 5191987.

HSL color Cylindrical-coordinate representation of color #33394F: hue angle of 227.14º degrees, saturation: 0.22, 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 #33394F is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 57 79 -
CMYK 0.35 0.28 0 0.69
HSL 227.14º 0.22% 0.25% -
HSV(B) 227.14º 0.35% 0.31% -
XYZ 4.24 4.19 7.98 -
YUV 57.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 51 57 79 0.35 0.28 0 0.69 227.14 0.22 0.25
Hex 33 39 4F 23 1C 0 45 E3 16 19
Octal 63 71 117 43 34 0 105 343 26 31
Binary 110011 111001 1001111 100011 11100 0 1000101 11100011 10110 11001

Color Harmonies of #33394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33394F

Black with #33394F

Text Example


Text Example

White with #33394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33394F; }

 p { color: rgb(51,57,79); }

 H1.HeaderClassName
 {
   color: #33394F;
 }
 .AnyTagClassName
 {
   color: #33394F;
 }
</style>

background-color css

<style>
 a { background-color: #33394F; }

 a { background-color: rgb(51,57,79); }

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

border-color css

<style>
 span { border-color: #33394F; }

 span { border-color: rgb(51,57,79); }

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