Html Css Color HEX #363B4D Cloud Burst

📋 copy color: '#363B4D'

red 54 ◦ green 59 ◦ blue 77

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

Shades of Cloud Burst #363B4D

Tints of Cloud Burst #363B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.05%

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

R = 28.42%
G = 31.05%
B = 40.53%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#363B4D (or 0x363B4D) is known color: Cloud Burst. HEX triplet: 36, 3B and 4D. RGB value is (54,59,77). Sum of RGB (Red+Green+Blue) = 54+59+77=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #363B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B4D is #C9C4B2. Grayscale: #3B3B3B. Windows color (decimal): -13223091 or 5061430. OLE color: 5061430.

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

Color convert

RGB 54 59 77 -
CMYK 0.30 0.23 0 0.70
HSL 226.96º 0.18% 0.26% -
HSV(B) 226.96º 0.3% 0.3% -
XYZ 4.42 4.45 7.65 -
YUV 59.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 54 59 77 0.30 0.23 0 0.70 226.96 0.18 0.26
Hex 36 3B 4D 1E 17 0 46 E3 12 1A
Octal 66 73 115 36 27 0 106 343 22 32
Binary 110110 111011 1001101 11110 10111 0 1000110 11100011 10010 11010

Color Harmonies of #363B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B4D

Black with #363B4D

Text Example


Text Example

White with #363B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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