Html Css Color HEX #323A4F Cloud Burst

📋 copy color: '#323A4F'

red 50 ◦ green 58 ◦ blue 79

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

Shades of Cloud Burst #323A4F

Tints of Cloud Burst #323A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 26.74%
G = 31.02%
B = 42.25%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#323A4F (or 0x323A4F) is known color: Cloud Burst. HEX triplet: 32, 3A and 4F. RGB value is (50,58,79). Sum of RGB (Red+Green+Blue) = 50+58+79=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #323A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A4F is #CDC5B0. Grayscale: #393939. Windows color (decimal): -13485489 or 5192242. OLE color: 5192242.

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

Color convert

RGB 50 58 79 -
CMYK 0.37 0.27 0 0.69
HSL 223.45º 0.22% 0.25% -
HSV(B) 223.45º 0.37% 0.31% -
XYZ 4.24 4.27 8 -
YUV 58 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 50 58 79 0.37 0.27 0 0.69 223.45 0.22 0.25
Hex 32 3A 4F 25 1B 0 45 DF 16 19
Octal 62 72 117 45 33 0 105 337 26 31
Binary 110010 111010 1001111 100101 11011 0 1000101 11011111 10110 11001

Color Harmonies of #323A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A4F

Black with #323A4F

Text Example


Text Example

White with #323A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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