Html Css Color HEX #383C49 Cloud Burst

📋 copy color: '#383C49'

red 56 ◦ green 60 ◦ blue 73

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

Shades of Cloud Burst #383C49

Tints of Cloud Burst #383C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 29.63%
G = 31.75%
B = 38.62%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#383C49 (or 0x383C49) is known color: Cloud Burst. HEX triplet: 38, 3C and 49. RGB value is (56,60,73). Sum of RGB (Red+Green+Blue) = 56+60+73=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #383C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C49 is #C7C3B6. Grayscale: #3C3C3C. Windows color (decimal): -13091767 or 4799544. OLE color: 4799544.

HSL color Cylindrical-coordinate representation of color #383C49: hue angle of 225.88º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #383C49 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 60 73 -
CMYK 0.23 0.18 0 0.71
HSL 225.88º 0.13% 0.25% -
HSV(B) 225.88º 0.23% 0.29% -
XYZ 4.45 4.55 6.95 -
YUV 60.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 56 60 73 0.23 0.18 0 0.71 225.88 0.13 0.25
Hex 38 3C 49 17 12 0 47 E2 D 19
Octal 70 74 111 27 22 0 107 342 15 31
Binary 111000 111100 1001001 10111 10010 0 1000111 11100010 1101 11001

Color Harmonies of #383C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C49

Black with #383C49

Text Example


Text Example

White with #383C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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