Html Css Color HEX #323C4B Cloud Burst

📋 copy color: '#323C4B'

red 50 ◦ green 60 ◦ blue 75

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

Shades of Cloud Burst #323C4B

Tints of Cloud Burst #323C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.43%

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 27.03%
G = 32.43%
B = 40.54%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#323C4B (or 0x323C4B) is known color: Cloud Burst. HEX triplet: 32, 3C and 4B. RGB value is (50,60,75). Sum of RGB (Red+Green+Blue) = 50+60+75=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #323C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C4B is #CDC3B4. Grayscale: #3A3A3A. Windows color (decimal): -13484981 or 4930610. OLE color: 4930610.

HSL color Cylindrical-coordinate representation of color #323C4B: hue angle of 216º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #323C4B is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 60 75 -
CMYK 0.33 0.20 0 0.71
HSL 216º 0.2% 0.25% -
HSV(B) 216º 0.33% 0.29% -
XYZ 4.2 4.42 7.29 -
YUV 58.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 50 60 75 0.33 0.20 0 0.71 216 0.2 0.25
Hex 32 3C 4B 21 14 0 47 D8 14 19
Octal 62 74 113 41 24 0 107 330 24 31
Binary 110010 111100 1001011 100001 10100 0 1000111 11011000 10100 11001

Color Harmonies of #323C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C4B

Black with #323C4B

Text Example


Text Example

White with #323C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,60,75); }

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

background-color css

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

 a { background-color: rgb(50,60,75); }

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

border-color css

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

 span { border-color: rgb(50,60,75); }

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