Html Css Color HEX #384151 Cloud Burst

📋 copy color: '#384151'

red 56 ◦ green 65 ◦ blue 81

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

Shades of Cloud Burst #384151

Tints of Cloud Burst #384151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.18%

 BLUE value IS 81 (32.03% from 255) = 40.1%

R = 27.72%
G = 32.18%
B = 40.1%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#384151 (or 0x384151) is known color: Cloud Burst. HEX triplet: 38, 41 and 51. RGB value is (56,65,81). Sum of RGB (Red+Green+Blue) = 56+65+81=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #384151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384151 is #C7BEAE. Grayscale: #404040. Windows color (decimal): -13090479 or 5325112. OLE color: 5325112.

HSL color Cylindrical-coordinate representation of color #384151: hue angle of 218.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #384151 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 65 81 -
CMYK 0.31 0.20 0 0.68
HSL 218.4º 0.18% 0.27% -
HSV(B) 218.4º 0.31% 0.32% -
XYZ 5.01 5.22 8.53 -
YUV 64.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 56 65 81 0.31 0.20 0 0.68 218.4 0.18 0.27
Hex 38 41 51 1F 14 0 44 DA 12 1B
Octal 70 101 121 37 24 0 104 332 22 33
Binary 111000 1000001 1010001 11111 10100 0 1000100 11011010 10010 11011

Color Harmonies of #384151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384151

Black with #384151

Text Example


Text Example

White with #384151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384151; }

 p { color: rgb(56,65,81); }

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

background-color css

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

 a { background-color: rgb(56,65,81); }

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

border-color css

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

 span { border-color: rgb(56,65,81); }

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