#383E48

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

Shades of Cloud Burst #383E48

Tints of Cloud Burst #383E48

Color information

#383E48 (or 0x383E48) is unknown color: approx Cloud Burst. HEX triplet: 38, 3E and 48. RGB value is (56,62,72). Sum of RGB (Red+Green+Blue) = 56+62+72=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #383E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E48 is #C7C1B7. Grayscale: #3D3D3D. Windows color (decimal): -13091256 or 4734520. OLE color: 4734520.

HSL color Cylindrical-coordinate representation of color #383E48: hue angle of 217.5º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #383E48 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB566272-
CMYK0.220.1400.72
HSL217.5º12.5%25.1%-
HSV(B)217.5º22.22%28.24%-
XYZ4.524.756.81-
YUV61.35134.01124.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=29.47%
G=32.63%
B=37.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5662720.220.1400.72217.512.525.1
Hex383E4816E048dac19
Octal7076110261601103321431
Binary11100011111010010001011011100100100011011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383E48; }

 p { color: rgb(56,62,72); }

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

<style>
 a { background-color: #383E48; }

 a { background-color: rgb(56,62,72); }

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

<style>
 span { border-color: #383E48; }

 span { border-color: rgb(56,62,72); }

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