Html Css Color HEX #323B4B Cloud Burst

📋 copy color: '#323B4B'

red 50 ◦ green 59 ◦ blue 75

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

Shades of Cloud Burst #323B4B

Tints of Cloud Burst #323B4B

RGB

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

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

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

R = 27.17%
G = 32.07%
B = 40.76%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#323B4B (or 0x323B4B) is known color: Cloud Burst. HEX triplet: 32, 3B and 4B. RGB value is (50,59,75). Sum of RGB (Red+Green+Blue) = 50+59+75=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #323B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B4B is #CDC4B4. Grayscale: #3A3A3A. Windows color (decimal): -13485237 or 4930354. OLE color: 4930354.

HSL color Cylindrical-coordinate representation of color #323B4B: hue angle of 218.4º 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 #323B4B is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 59 75 -
CMYK 0.33 0.21 0 0.71
HSL 218.4º 0.2% 0.25% -
HSV(B) 218.4º 0.33% 0.29% -
XYZ 4.15 4.31 7.27 -
YUV 58.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 50 59 75 0.33 0.21 0 0.71 218.4 0.2 0.25
Hex 32 3B 4B 21 15 0 47 DA 14 19
Octal 62 73 113 41 25 0 107 332 24 31
Binary 110010 111011 1001011 100001 10101 0 1000111 11011010 10100 11001

Color Harmonies of #323B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B4B

Black with #323B4B

Text Example


Text Example

White with #323B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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