Html Css Color HEX #384150 Cloud Burst

📋 copy color: '#384150'

red 56 ◦ green 65 ◦ blue 80

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

Shades of Cloud Burst #384150

Tints of Cloud Burst #384150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 27.86%
G = 32.34%
B = 39.8%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#384150 (or 0x384150) is known color: Cloud Burst. HEX triplet: 38, 41 and 50. RGB value is (56,65,80). Sum of RGB (Red+Green+Blue) = 56+65+80=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #384150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384150 is #C7BEAF. Grayscale: #3F3F3F. Windows color (decimal): -13090480 or 5259576. OLE color: 5259576.

HSL color Cylindrical-coordinate representation of color #384150: hue angle of 217.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #384150 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 65 80 -
CMYK 0.30 0.19 0 0.69
HSL 217.5º 0.18% 0.27% -
HSV(B) 217.5º 0.3% 0.31% -
XYZ 4.97 5.2 8.33 -
YUV 64.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 56 65 80 0.30 0.19 0 0.69 217.5 0.18 0.27
Hex 38 41 50 1E 13 0 45 DA 12 1B
Octal 70 101 120 36 23 0 105 332 22 33
Binary 111000 1000001 1010000 11110 10011 0 1000101 11011010 10010 11011

Color Harmonies of #384150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384150

Black with #384150

Text Example


Text Example

White with #384150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384150; }

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

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

background-color css

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

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

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

border-color css

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

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

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