Html Css Color HEX #364254 Cloud Burst

📋 copy color: '#364254'

red 54 ◦ green 66 ◦ blue 84

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

Shades of Cloud Burst #364254

Tints of Cloud Burst #364254

RGB

 RED value IS 54 (21.48% from 255) = 26.47%

 GREEN value IS 66 (26.17% from 255) = 32.35%

 BLUE value IS 84 (33.2% from 255) = 41.18%

R = 26.47%
G = 32.35%
B = 41.18%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364254 (or 0x364254) is known color: Cloud Burst. HEX triplet: 36, 42 and 54. RGB value is (54,66,84). Sum of RGB (Red+Green+Blue) = 54+66+84=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #364254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364254 is #C9BDAB. Grayscale: #404040. Windows color (decimal): -13221292 or 5521974. OLE color: 5521974.

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

Color convert

RGB 54 66 84 -
CMYK 0.36 0.21 0 0.67
HSL 216º 0.22% 0.27% -
HSV(B) 216º 0.36% 0.33% -
XYZ 5.07 5.32 9.15 -
YUV 64.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 54 66 84 0.36 0.21 0 0.67 216 0.22 0.27
Hex 36 42 54 24 15 0 43 D8 16 1B
Octal 66 102 124 44 25 0 103 330 26 33
Binary 110110 1000010 1010100 100100 10101 0 1000011 11011000 10110 11011

Color Harmonies of #364254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364254

Black with #364254

Text Example


Text Example

White with #364254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364254; }

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

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

background-color css

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

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

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

border-color css

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

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

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