Html Css Color HEX #363F4D Cloud Burst

📋 copy color: '#363F4D'

red 54 ◦ green 63 ◦ blue 77

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

Shades of Cloud Burst #363F4D

Tints of Cloud Burst #363F4D

RGB

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

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

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

R = 27.84%
G = 32.47%
B = 39.69%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#363F4D (or 0x363F4D) is known color: Cloud Burst. HEX triplet: 36, 3F and 4D. RGB value is (54,63,77). Sum of RGB (Red+Green+Blue) = 54+63+77=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #363F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F4D is #C9C0B2. Grayscale: #3D3D3D. Windows color (decimal): -13222067 or 5062454. OLE color: 5062454.

HSL color Cylindrical-coordinate representation of color #363F4D: hue angle of 216.52º 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 #363F4D is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 63 77 -
CMYK 0.30 0.18 0 0.70
HSL 216.52º 0.18% 0.26% -
HSV(B) 216.52º 0.3% 0.3% -
XYZ 4.64 4.88 7.72 -
YUV 61.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 54 63 77 0.30 0.18 0 0.70 216.52 0.18 0.26
Hex 36 3F 4D 1E 12 0 46 D9 12 1A
Octal 66 77 115 36 22 0 106 331 22 32
Binary 110110 111111 1001101 11110 10010 0 1000110 11011001 10010 11010

Color Harmonies of #363F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F4D

Black with #363F4D

Text Example


Text Example

White with #363F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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