Html Css Color HEX #383C47 Cloud Burst

📋 copy color: '#383C47'

red 56 ◦ green 60 ◦ blue 71

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

Shades of Cloud Burst #383C47

Tints of Cloud Burst #383C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.97%

R = 29.95%
G = 32.09%
B = 37.97%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#383C47 (or 0x383C47) is known color: Cloud Burst. HEX triplet: 38, 3C and 47. RGB value is (56,60,71). Sum of RGB (Red+Green+Blue) = 56+60+71=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #383C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C47 is #C7C3B8. Grayscale: #3C3C3C. Windows color (decimal): -13091769 or 4668472. OLE color: 4668472.

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

Color convert

RGB 56 60 71 -
CMYK 0.21 0.15 0 0.72
HSL 224º 0.12% 0.25% -
HSV(B) 224º 0.21% 0.28% -
XYZ 4.38 4.53 6.6 -
YUV 60.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 56 60 71 0.21 0.15 0 0.72 224 0.12 0.25
Hex 38 3C 47 15 F 0 48 E0 C 19
Octal 70 74 107 25 17 0 110 340 14 31
Binary 111000 111100 1000111 10101 1111 0 1001000 11100000 1100 11001

Color Harmonies of #383C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C47

Black with #383C47

Text Example


Text Example

White with #383C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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