Html Css Color HEX #383C46 Cloud Burst

📋 copy color: '#383C46'

red 56 ◦ green 60 ◦ blue 70

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

Shades of Cloud Burst #383C46

Tints of Cloud Burst #383C46

RGB

 RED value IS 56 (22.27% from 255) = 30.11%

 GREEN value IS 60 (23.83% from 255) = 32.26%

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 30.11%
G = 32.26%
B = 37.63%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383C46 (or 0x383C46) is known color: Cloud Burst. HEX triplet: 38, 3C and 46. RGB value is (56,60,70). Sum of RGB (Red+Green+Blue) = 56+60+70=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: blue. Hex color #383C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C46 is #C7C3B9. Grayscale: #3B3B3B. Windows color (decimal): -13091770 or 4602936. OLE color: 4602936.

HSL color Cylindrical-coordinate representation of color #383C46: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #383C46 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 60 70 -
CMYK 0.20 0.14 0 0.73
HSL 222.86º 0.11% 0.25% -
HSV(B) 222.86º 0.2% 0.27% -
XYZ 4.35 4.51 6.44 -
YUV 59.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 56 60 70 0.20 0.14 0 0.73 222.86 0.11 0.25
Hex 38 3C 46 14 E 0 49 DF B 19
Octal 70 74 106 24 16 0 111 337 13 31
Binary 111000 111100 1000110 10100 1110 0 1001001 11011111 1011 11001

Color Harmonies of #383C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C46

Black with #383C46

Text Example


Text Example

White with #383C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,60,70); }

 H1.HeaderClassName
 {
   color: #383C46;
 }
 .AnyTagClassName
 {
   color: #383C46;
 }
</style>

background-color css

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

 a { background-color: rgb(56,60,70); }

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

border-color css

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

 span { border-color: rgb(56,60,70); }

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