Html Css Color HEX #364154 Cloud Burst

📋 copy color: '#364154'

red 54 ◦ green 65 ◦ blue 84

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

Shades of Cloud Burst #364154

Tints of Cloud Burst #364154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

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

R = 26.6%
G = 32.02%
B = 41.38%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364154 (or 0x364154) is known color: Cloud Burst. HEX triplet: 36, 41 and 54. RGB value is (54,65,84). Sum of RGB (Red+Green+Blue) = 54+65+84=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #364154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364154 is #C9BEAB. Grayscale: #3F3F3F. Windows color (decimal): -13221548 or 5521718. OLE color: 5521718.

HSL color Cylindrical-coordinate representation of color #364154: hue angle of 218º 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 #364154 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 65 84 -
CMYK 0.36 0.23 0 0.67
HSL 218º 0.22% 0.27% -
HSV(B) 218º 0.36% 0.33% -
XYZ 5.01 5.2 9.13 -
YUV 63.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 54 65 84 0.36 0.23 0 0.67 218 0.22 0.27
Hex 36 41 54 24 17 0 43 DA 16 1B
Octal 66 101 124 44 27 0 103 332 26 33
Binary 110110 1000001 1010100 100100 10111 0 1000011 11011010 10110 11011

Color Harmonies of #364154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364154

Black with #364154

Text Example


Text Example

White with #364154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364154; }

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

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

background-color css

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

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

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

border-color css

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

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

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