Html Css Color HEX #334050 Cloud Burst

📋 copy color: '#334050'

red 51 ◦ green 64 ◦ blue 80

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

Shades of Cloud Burst #334050

Tints of Cloud Burst #334050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 26.15%
G = 32.82%
B = 41.03%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#334050 (or 0x334050) is known color: Cloud Burst. HEX triplet: 33, 40 and 50. RGB value is (51,64,80). Sum of RGB (Red+Green+Blue) = 51+64+80=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #334050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334050 is #CCBFAF. Grayscale: #3D3D3D. Windows color (decimal): -13418416 or 5259315. OLE color: 5259315.

HSL color Cylindrical-coordinate representation of color #334050: hue angle of 213.1º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #334050 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 64 80 -
CMYK 0.36 0.20 0 0.69
HSL 213.1º 0.22% 0.26% -
HSV(B) 213.1º 0.36% 0.31% -
XYZ 4.65 4.95 8.3 -
YUV 61.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 51 64 80 0.36 0.20 0 0.69 213.1 0.22 0.26
Hex 33 40 50 24 14 0 45 D5 16 1A
Octal 63 100 120 44 24 0 105 325 26 32
Binary 110011 1000000 1010000 100100 10100 0 1000101 11010101 10110 11010

Color Harmonies of #334050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334050

Black with #334050

Text Example


Text Example

White with #334050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334050; }

 p { color: rgb(51,64,80); }

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

background-color css

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

 a { background-color: rgb(51,64,80); }

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

border-color css

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

 span { border-color: rgb(51,64,80); }

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