#363F4B

Color #363F4B Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #363F4B

Tints of Cloud Burst #363F4B

Color information

#363F4B (or 0x363F4B) is unknown color: approx Cloud Burst. HEX triplet: 36, 3F and 4B. RGB value is (54,63,75). Sum of RGB (Red+Green+Blue) = 54+63+75=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #363F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F4B is #C9C0B4. Grayscale: #3D3D3D. Windows color (decimal): -13222069 or 4931382. OLE color: 4931382.

HSL color Cylindrical-coordinate representation of color #363F4B: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #363F4B is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB546375-
CMYK0.280.1600.71
HSL214.29º16.28%25.29%-
HSV(B)214.29º28%29.41%-
XYZ4.574.857.35-
YUV61.68135.52122.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=28.12%
G=32.81%
B=39.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5463750.280.1600.71214.2916.2825.29
Hex363F4B1C10047d61019
Octal6677113342001073262031
Binary1101101111111001011111001000001000111110101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #363F4B;
 }
 .AnyTagClassName
 {
   color: #363F4B;
 }
</style>
background-color css

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

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

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

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

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

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