Html Css Color HEX #364155 Cloud Burst

📋 copy color: '#364155'

red 54 ◦ green 65 ◦ blue 85

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

Shades of Cloud Burst #364155

Tints of Cloud Burst #364155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.67%

R = 26.47%
G = 31.86%
B = 41.67%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364155 (or 0x364155) is known color: Cloud Burst. HEX triplet: 36, 41 and 55. RGB value is (54,65,85). Sum of RGB (Red+Green+Blue) = 54+65+85=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #364155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364155 is #C9BEAA. Grayscale: #3F3F3F. Windows color (decimal): -13221547 or 5587254. OLE color: 5587254.

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

Color convert

RGB 54 65 85 -
CMYK 0.36 0.24 0 0.67
HSL 218.71º 0.22% 0.27% -
HSV(B) 218.71º 0.36% 0.33% -
XYZ 5.05 5.22 9.34 -
YUV 63.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 54 65 85 0.36 0.24 0 0.67 218.71 0.22 0.27
Hex 36 41 55 24 18 0 43 DB 16 1B
Octal 66 101 125 44 30 0 103 333 26 33
Binary 110110 1000001 1010101 100100 11000 0 1000011 11011011 10110 11011

Color Harmonies of #364155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364155

Black with #364155

Text Example


Text Example

White with #364155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364155; }

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

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

background-color css

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

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

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

border-color css

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

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

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