Html Css Color HEX #323748 Bunting

📋 copy color: '#323748'

red 50 ◦ green 55 ◦ blue 72

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

Shades of Bunting #323748

Tints of Bunting #323748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.07%

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 28.25%
G = 31.07%
B = 40.68%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#323748 (or 0x323748) is known color: Bunting. HEX triplet: 32, 37 and 48. RGB value is (50,55,72). Sum of RGB (Red+Green+Blue) = 50+55+72=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #323748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323748 is #CDC8B7. Grayscale: #373737. Windows color (decimal): -13486264 or 4732722. OLE color: 4732722.

HSL color Cylindrical-coordinate representation of color #323748: hue angle of 226.36º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323748 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 55 72 -
CMYK 0.31 0.24 0 0.72
HSL 226.36º 0.18% 0.24% -
HSV(B) 226.36º 0.31% 0.28% -
XYZ 3.85 3.88 6.68 -
YUV 55.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 50 55 72 0.31 0.24 0 0.72 226.36 0.18 0.24
Hex 32 37 48 1F 18 0 48 E2 12 18
Octal 62 67 110 37 30 0 110 342 22 30
Binary 110010 110111 1001000 11111 11000 0 1001000 11100010 10010 11000

Color Harmonies of #323748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323748

Black with #323748

Text Example


Text Example

White with #323748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323748; }

 p { color: rgb(50,55,72); }

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

background-color css

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

 a { background-color: rgb(50,55,72); }

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

border-color css

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

 span { border-color: rgb(50,55,72); }

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