#383D4E

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

Shades of Cloud Burst #383D4E

Tints of Cloud Burst #383D4E

Color information

#383D4E (or 0x383D4E) is unknown color: approx Cloud Burst. HEX triplet: 38, 3D and 4E. RGB value is (56,61,78). Sum of RGB (Red+Green+Blue) = 56+61+78=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #383D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D4E is #C7C2B1. Grayscale: #3D3D3D. Windows color (decimal): -13091506 or 5127480. OLE color: 5127480.

HSL color Cylindrical-coordinate representation of color #383D4E: hue angle of 226.36º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #383D4E is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB566178-
CMYK0.280.2200.69
HSL226.36º16.42%26.27%-
HSV(B)226.36º28.21%30.59%-
XYZ4.674.737.87-
YUV61.44137.34124.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 78 (30.86% from 255) = 40%
R=28.72%
G=31.28%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5661780.280.2200.69226.3616.4226.27
Hex383D4E1C16045e2101a
Octal7075116342601053422032
Binary1110001111011001110111001011001000101111000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,61,78); }

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

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

 a { background-color: rgb(56,61,78); }

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

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

 span { border-color: rgb(56,61,78); }

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