Html Css Color HEX #323A51 Cloud Burst

📋 copy color: '#323A51'

red 50 ◦ green 58 ◦ blue 81

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

Shades of Cloud Burst #323A51

Tints of Cloud Burst #323A51

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

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

R = 26.46%
G = 30.69%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#323A51 (or 0x323A51) is known color: Cloud Burst. HEX triplet: 32, 3A and 51. RGB value is (50,58,81). Sum of RGB (Red+Green+Blue) = 50+58+81=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #323A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A51 is #CDC5AE. Grayscale: #3A3A3A. Windows color (decimal): -13485487 or 5323314. OLE color: 5323314.

HSL color Cylindrical-coordinate representation of color #323A51: hue angle of 224.52º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323A51 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 58 81 -
CMYK 0.38 0.28 0 0.68
HSL 224.52º 0.24% 0.26% -
HSV(B) 224.52º 0.38% 0.32% -
XYZ 4.31 4.3 8.39 -
YUV 58.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 50 58 81 0.38 0.28 0 0.68 224.52 0.24 0.26
Hex 32 3A 51 26 1C 0 44 E1 18 1A
Octal 62 72 121 46 34 0 104 341 30 32
Binary 110010 111010 1010001 100110 11100 0 1000100 11100001 11000 11010

Color Harmonies of #323A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A51

Black with #323A51

Text Example


Text Example

White with #323A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,58,81); }

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

background-color css

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

 a { background-color: rgb(50,58,81); }

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

border-color css

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

 span { border-color: rgb(50,58,81); }

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