Html Css Color HEX #333F4D Cloud Burst

📋 copy color: '#333F4D'

red 51 ◦ green 63 ◦ blue 77

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

Shades of Cloud Burst #333F4D

Tints of Cloud Burst #333F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.31%

R = 26.7%
G = 32.98%
B = 40.31%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#333F4D (or 0x333F4D) is known color: Cloud Burst. HEX triplet: 33, 3F and 4D. RGB value is (51,63,77). Sum of RGB (Red+Green+Blue) = 51+63+77=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #333F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F4D is #CCC0B2. Grayscale: #3C3C3C. Windows color (decimal): -13418675 or 5062451. OLE color: 5062451.

HSL color Cylindrical-coordinate representation of color #333F4D: hue angle of 212.31º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #333F4D is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 63 77 -
CMYK 0.34 0.18 0 0.70
HSL 212.31º 0.2% 0.25% -
HSV(B) 212.31º 0.34% 0.3% -
XYZ 4.48 4.79 7.71 -
YUV 61.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 51 63 77 0.34 0.18 0 0.70 212.31 0.2 0.25
Hex 33 3F 4D 22 12 0 46 D4 14 19
Octal 63 77 115 42 22 0 106 324 24 31
Binary 110011 111111 1001101 100010 10010 0 1000110 11010100 10100 11001

Color Harmonies of #333F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F4D

Black with #333F4D

Text Example


Text Example

White with #333F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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