Html Css Color HEX #363F52 Cloud Burst

📋 copy color: '#363F52'

red 54 ◦ green 63 ◦ blue 82

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

Shades of Cloud Burst #363F52

Tints of Cloud Burst #363F52

RGB

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

 GREEN value IS 63 (25% from 255) = 31.66%

 BLUE value IS 82 (32.42% from 255) = 41.21%

R = 27.14%
G = 31.66%
B = 41.21%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#363F52 (or 0x363F52) is known color: Cloud Burst. HEX triplet: 36, 3F and 52. RGB value is (54,63,82). Sum of RGB (Red+Green+Blue) = 54+63+82=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #363F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F52 is #C9C0AD. Grayscale: #3E3E3E. Windows color (decimal): -13222062 or 5390134. OLE color: 5390134.

HSL color Cylindrical-coordinate representation of color #363F52: hue angle of 220.71º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #363F52 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 63 82 -
CMYK 0.34 0.23 0 0.68
HSL 220.71º 0.21% 0.27% -
HSV(B) 220.71º 0.34% 0.32% -
XYZ 4.82 4.95 8.68 -
YUV 62.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 54 63 82 0.34 0.23 0 0.68 220.71 0.21 0.27
Hex 36 3F 52 22 17 0 44 DD 15 1B
Octal 66 77 122 42 27 0 104 335 25 33
Binary 110110 111111 1010010 100010 10111 0 1000100 11011101 10101 11011

Color Harmonies of #363F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F52

Black with #363F52

Text Example


Text Example

White with #363F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363F52; }

 p { color: rgb(54,63,82); }

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

background-color css

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

 a { background-color: rgb(54,63,82); }

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

border-color css

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

 span { border-color: rgb(54,63,82); }

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