Html Css Color HEX #384253 Cloud Burst

📋 copy color: '#384253'

red 56 ◦ green 66 ◦ blue 83

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

Shades of Cloud Burst #384253

Tints of Cloud Burst #384253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.2%

 BLUE value IS 83 (32.81% from 255) = 40.49%

R = 27.32%
G = 32.2%
B = 40.49%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384253 (or 0x384253) is known color: Cloud Burst. HEX triplet: 38, 42 and 53. RGB value is (56,66,83). Sum of RGB (Red+Green+Blue) = 56+66+83=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #384253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384253 is #C7BDAC. Grayscale: #404040. Windows color (decimal): -13090221 or 5456440. OLE color: 5456440.

HSL color Cylindrical-coordinate representation of color #384253: hue angle of 217.78º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384253 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 66 83 -
CMYK 0.33 0.20 0 0.67
HSL 217.78º 0.19% 0.27% -
HSV(B) 217.78º 0.33% 0.33% -
XYZ 5.14 5.36 8.95 -
YUV 64.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 56 66 83 0.33 0.20 0 0.67 217.78 0.19 0.27
Hex 38 42 53 21 14 0 43 DA 13 1B
Octal 70 102 123 41 24 0 103 332 23 33
Binary 111000 1000010 1010011 100001 10100 0 1000011 11011010 10011 11011

Color Harmonies of #384253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384253

Black with #384253

Text Example


Text Example

White with #384253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384253; }

 p { color: rgb(56,66,83); }

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

background-color css

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

 a { background-color: rgb(56,66,83); }

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

border-color css

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

 span { border-color: rgb(56,66,83); }

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