Html Css Color HEX #363E4D Cloud Burst

📋 copy color: '#363E4D'

red 54 ◦ green 62 ◦ blue 77

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

Shades of Cloud Burst #363E4D

Tints of Cloud Burst #363E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.12%

 BLUE value IS 77 (30.47% from 255) = 39.9%

R = 27.98%
G = 32.12%
B = 39.9%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#363E4D (or 0x363E4D) is known color: Cloud Burst. HEX triplet: 36, 3E and 4D. RGB value is (54,62,77). Sum of RGB (Red+Green+Blue) = 54+62+77=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #363E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E4D is #C9C1B2. Grayscale: #3D3D3D. Windows color (decimal): -13222323 or 5062198. OLE color: 5062198.

HSL color Cylindrical-coordinate representation of color #363E4D: hue angle of 219.13º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #363E4D is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 62 77 -
CMYK 0.30 0.19 0 0.70
HSL 219.13º 0.18% 0.26% -
HSV(B) 219.13º 0.3% 0.3% -
XYZ 4.58 4.77 7.7 -
YUV 61.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 54 62 77 0.30 0.19 0 0.70 219.13 0.18 0.26
Hex 36 3E 4D 1E 13 0 46 DB 12 1A
Octal 66 76 115 36 23 0 106 333 22 32
Binary 110110 111110 1001101 11110 10011 0 1000110 11011011 10010 11010

Color Harmonies of #363E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E4D

Black with #363E4D

Text Example


Text Example

White with #363E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,62,77); }

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

background-color css

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

 a { background-color: rgb(54,62,77); }

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

border-color css

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

 span { border-color: rgb(54,62,77); }

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