Html Css Color HEX #323E4B Cloud Burst

📋 copy color: '#323E4B'

red 50 ◦ green 62 ◦ blue 75

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

Shades of Cloud Burst #323E4B

Tints of Cloud Burst #323E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.16%

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

R = 26.74%
G = 33.16%
B = 40.11%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#323E4B (or 0x323E4B) is known color: Cloud Burst. HEX triplet: 32, 3E and 4B. RGB value is (50,62,75). Sum of RGB (Red+Green+Blue) = 50+62+75=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #323E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E4B is #CDC1B4. Grayscale: #3B3B3B. Windows color (decimal): -13484469 or 4931122. OLE color: 4931122.

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

Color convert

RGB 50 62 75 -
CMYK 0.33 0.17 0 0.71
HSL 211.2º 0.2% 0.25% -
HSV(B) 211.2º 0.33% 0.29% -
XYZ 4.31 4.63 7.32 -
YUV 59.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 50 62 75 0.33 0.17 0 0.71 211.2 0.2 0.25
Hex 32 3E 4B 21 11 0 47 D3 14 19
Octal 62 76 113 41 21 0 107 323 24 31
Binary 110010 111110 1001011 100001 10001 0 1000111 11010011 10100 11001

Color Harmonies of #323E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E4B

Black with #323E4B

Text Example


Text Example

White with #323E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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