Html Css Color HEX #363D51 Cloud Burst

📋 copy color: '#363D51'

red 54 ◦ green 61 ◦ blue 81

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

Shades of Cloud Burst #363D51

Tints of Cloud Burst #363D51

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.12%

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

R = 27.55%
G = 31.12%
B = 41.33%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#363D51 (or 0x363D51) is known color: Cloud Burst. HEX triplet: 36, 3D and 51. RGB value is (54,61,81). Sum of RGB (Red+Green+Blue) = 54+61+81=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #363D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D51 is #C9C2AE. Grayscale: #3D3D3D. Windows color (decimal): -13222575 or 5324086. OLE color: 5324086.

HSL color Cylindrical-coordinate representation of color #363D51: hue angle of 224.44º 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 #363D51 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 61 81 -
CMYK 0.33 0.25 0 0.68
HSL 224.44º 0.2% 0.26% -
HSV(B) 224.44º 0.33% 0.32% -
XYZ 4.68 4.72 8.45 -
YUV 61.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 54 61 81 0.33 0.25 0 0.68 224.44 0.2 0.26
Hex 36 3D 51 21 19 0 44 E0 14 1A
Octal 66 75 121 41 31 0 104 340 24 32
Binary 110110 111101 1010001 100001 11001 0 1000100 11100000 10100 11010

Color Harmonies of #363D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D51

Black with #363D51

Text Example


Text Example

White with #363D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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