Html Css Color HEX #323A4D Cloud Burst

📋 copy color: '#323A4D'

red 50 ◦ green 58 ◦ blue 77

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

Shades of Cloud Burst #323A4D

Tints of Cloud Burst #323A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.62%

R = 27.03%
G = 31.35%
B = 41.62%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#323A4D (or 0x323A4D) is known color: Cloud Burst. HEX triplet: 32, 3A and 4D. RGB value is (50,58,77). Sum of RGB (Red+Green+Blue) = 50+58+77=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #323A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A4D is #CDC5B2. Grayscale: #393939. Windows color (decimal): -13485491 or 5061170. OLE color: 5061170.

HSL color Cylindrical-coordinate representation of color #323A4D: hue angle of 222.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #323A4D is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 58 77 -
CMYK 0.35 0.25 0 0.70
HSL 222.22º 0.21% 0.25% -
HSV(B) 222.22º 0.35% 0.3% -
XYZ 4.17 4.24 7.62 -
YUV 57.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 50 58 77 0.35 0.25 0 0.70 222.22 0.21 0.25
Hex 32 3A 4D 23 19 0 46 DE 15 19
Octal 62 72 115 43 31 0 106 336 25 31
Binary 110010 111010 1001101 100011 11001 0 1000110 11011110 10101 11001

Color Harmonies of #323A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A4D

Black with #323A4D

Text Example


Text Example

White with #323A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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