Html Css Color HEX #323F4E Cloud Burst

📋 copy color: '#323F4E'

red 50 ◦ green 63 ◦ blue 78

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

Shades of Cloud Burst #323F4E

Tints of Cloud Burst #323F4E

RGB

 RED value IS 50 (19.92% from 255) = 26.18%

 GREEN value IS 63 (25% from 255) = 32.98%

 BLUE value IS 78 (30.86% from 255) = 40.84%

R = 26.18%
G = 32.98%
B = 40.84%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#323F4E (or 0x323F4E) is known color: Cloud Burst. HEX triplet: 32, 3F and 4E. RGB value is (50,63,78). Sum of RGB (Red+Green+Blue) = 50+63+78=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #323F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F4E is #CDC0B1. Grayscale: #3C3C3C. Windows color (decimal): -13484210 or 5127986. OLE color: 5127986.

HSL color Cylindrical-coordinate representation of color #323F4E: hue angle of 212.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #323F4E is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 63 78 -
CMYK 0.36 0.19 0 0.69
HSL 212.14º 0.22% 0.25% -
HSV(B) 212.14º 0.36% 0.31% -
XYZ 4.47 4.78 7.9 -
YUV 60.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 50 63 78 0.36 0.19 0 0.69 212.14 0.22 0.25
Hex 32 3F 4E 24 13 0 45 D4 16 19
Octal 62 77 116 44 23 0 105 324 26 31
Binary 110010 111111 1001110 100100 10011 0 1000101 11010100 10110 11001

Color Harmonies of #323F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F4E

Black with #323F4E

Text Example


Text Example

White with #323F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323F4E; }

 p { color: rgb(50,63,78); }

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

background-color css

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

 a { background-color: rgb(50,63,78); }

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

border-color css

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

 span { border-color: rgb(50,63,78); }

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