Html Css Color HEX #394251 Cloud Burst

📋 copy color: '#394251'

red 57 ◦ green 66 ◦ blue 81

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

Shades of Cloud Burst #394251

Tints of Cloud Burst #394251

RGB

 RED value IS 57 (22.66% from 255) = 27.94%

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

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

R = 27.94%
G = 32.35%
B = 39.71%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#394251 (or 0x394251) is known color: Cloud Burst. HEX triplet: 39, 42 and 51. RGB value is (57,66,81). Sum of RGB (Red+Green+Blue) = 57+66+81=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 81 - color contains mainly: blue. Hex color #394251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394251 is #C6BDAE. Grayscale: #404040. Windows color (decimal): -13024687 or 5325369. OLE color: 5325369.

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

Color convert

RGB 57 66 81 -
CMYK 0.30 0.19 0 0.68
HSL 217.5º 0.17% 0.27% -
HSV(B) 217.5º 0.3% 0.32% -
XYZ 5.12 5.36 8.55 -
YUV 65.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 57 66 81 0.30 0.19 0 0.68 217.5 0.17 0.27
Hex 39 42 51 1E 13 0 44 DA 11 1B
Octal 71 102 121 36 23 0 104 332 21 33
Binary 111001 1000010 1010001 11110 10011 0 1000100 11011010 10001 11011

Color Harmonies of #394251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394251

Black with #394251

Text Example


Text Example

White with #394251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394251; }

 p { color: rgb(57,66,81); }

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

background-color css

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

 a { background-color: rgb(57,66,81); }

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

border-color css

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

 span { border-color: rgb(57,66,81); }

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