Html Css Color HEX #364051 Cloud Burst

📋 copy color: '#364051'

red 54 ◦ green 64 ◦ blue 81

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

Shades of Cloud Burst #364051

Tints of Cloud Burst #364051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.7%

R = 27.14%
G = 32.16%
B = 40.7%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#364051 (or 0x364051) is known color: Cloud Burst. HEX triplet: 36, 40 and 51. RGB value is (54,64,81). Sum of RGB (Red+Green+Blue) = 54+64+81=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #364051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364051 is #C9BFAE. Grayscale: #3E3E3E. Windows color (decimal): -13221807 or 5324854. OLE color: 5324854.

HSL color Cylindrical-coordinate representation of color #364051: hue angle of 217.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #364051 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 64 81 -
CMYK 0.33 0.21 0 0.68
HSL 217.78º 0.2% 0.26% -
HSV(B) 217.78º 0.33% 0.32% -
XYZ 4.84 5.05 8.5 -
YUV 62.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 54 64 81 0.33 0.21 0 0.68 217.78 0.2 0.26
Hex 36 40 51 21 15 0 44 DA 14 1A
Octal 66 100 121 41 25 0 104 332 24 32
Binary 110110 1000000 1010001 100001 10101 0 1000100 11011010 10100 11010

Color Harmonies of #364051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364051

Black with #364051

Text Example


Text Example

White with #364051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364051; }

 p { color: rgb(54,64,81); }

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

background-color css

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

 a { background-color: rgb(54,64,81); }

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

border-color css

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

 span { border-color: rgb(54,64,81); }

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