Html Css Color HEX #323B51 Cloud Burst

📋 copy color: '#323B51'

red 50 ◦ green 59 ◦ blue 81

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

Shades of Cloud Burst #323B51

Tints of Cloud Burst #323B51

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.05%

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

R = 26.32%
G = 31.05%
B = 42.63%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#323B51 (or 0x323B51) is known color: Cloud Burst. HEX triplet: 32, 3B and 51. RGB value is (50,59,81). Sum of RGB (Red+Green+Blue) = 50+59+81=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #323B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B51 is #CDC4AE. Grayscale: #3A3A3A. Windows color (decimal): -13485231 or 5323570. OLE color: 5323570.

HSL color Cylindrical-coordinate representation of color #323B51: hue angle of 222.58º 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 #323B51 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 59 81 -
CMYK 0.38 0.27 0 0.68
HSL 222.58º 0.24% 0.26% -
HSV(B) 222.58º 0.38% 0.32% -
XYZ 4.36 4.4 8.4 -
YUV 58.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 50 59 81 0.38 0.27 0 0.68 222.58 0.24 0.26
Hex 32 3B 51 26 1B 0 44 DF 18 1A
Octal 62 73 121 46 33 0 104 337 30 32
Binary 110010 111011 1010001 100110 11011 0 1000100 11011111 11000 11010

Color Harmonies of #323B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B51

Black with #323B51

Text Example


Text Example

White with #323B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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