#344254

Color #344254 Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #344254

Tints of Cloud Burst #344254

Color information

#344254 (or 0x344254) is unknown color: approx Cloud Burst. HEX triplet: 34, 42 and 54. RGB value is (52,66,84). Sum of RGB (Red+Green+Blue) = 52+66+84=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #344254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344254 is #CBBDAB. Grayscale: #3F3F3F. Windows color (decimal): -13352364 or 5521972. OLE color: 5521972.

HSL color Cylindrical-coordinate representation of color #344254: hue angle of 213.75º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344254 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB526684-
CMYK0.380.2100.67
HSL213.75º23.53%26.67%-
HSV(B)213.75º38.1%32.94%-
XYZ4.965.279.14-
YUV63.87139.36119.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 84 (33.20% from 255) = 41.58%
R=25.74%
G=32.67%
B=41.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5266840.380.2100.67213.7523.5326.67
Hex3442542615043d6181b
Octal64102124462501033263033
Binary110100100001010101001001101010101000011110101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344254; }

 p { color: rgb(52,66,84); }

 H1.HeaderClassName
 {
   color: #344254;
 }
 .AnyTagClassName
 {
   color: #344254;
 }
</style>
background-color css

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

 a { background-color: rgb(52,66,84); }

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

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

 span { border-color: rgb(52,66,84); }

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